Skip to content

Commit

Permalink
bump 0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mrgaturus committed Jun 13, 2024
1 parent 4c21844 commit 64e4d73
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion nopack.nimble
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Package

version = "0.3"
version = "0.4"
author = "mrgaturus"
description = "nogui icon packer"
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion src/nopack.nim
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ proc optionWrite(list, line: string) {.raises: [IOError].} =
f.close()

proc optionPack() {.raises: [OSError, IOError].} =
echo "nogui data packer 0.3"
echo "nogui data packer 0.4"
echo "mrgaturus 2024"
# Clear Data Folder
echo "Creating data folder..."
Expand Down

0 comments on commit 64e4d73

Please sign in to comment.