Skip to content

Commit

Permalink
bump 0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mrgaturus committed Apr 30, 2024
1 parent fe79989 commit 87b1977
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.2.1"
version = "0.3"
author = "mrgaturus"
description = "nogui icon packer"
license = "MIT"
Expand Down
4 changes: 2 additions & 2 deletions src/nopack.nim
Original file line number Diff line number Diff line change
Expand Up @@ -242,8 +242,8 @@ proc copy() {.raises: [OSError, IOError].} =
# --------------------

proc main() =
echo "nogui data packer 0.2.1"
echo "mrgaturus 2023"
echo "nogui data packer 0.3"
echo "mrgaturus 2024"
try:
# Clear Data Folder
echo "Creating data folder..."
Expand Down

0 comments on commit 87b1977

Please sign in to comment.