Skip to content

Commit

Permalink
build: bump version to 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
F33RNI committed Dec 25, 2023
1 parent d5afa85 commit 50e2784
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion FloppyCat.spec
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ PyInstaller.config.CONF["workpath"] = "./build"
COMPILE_NAME = "FloppyCat"

# Version of main.py
COMPILE_VERSION = "1.0.0"
COMPILE_VERSION = "1.0.2"

# Files and folders to include in final build directory (dist/COMPILE_NAME folder)
INCLUDE_FILES = [
Expand Down
2 changes: 1 addition & 1 deletion _version.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@
"""

# FloppyCat Simple Backup Utility version
__version__ = "1.0.0"
__version__ = "1.0.2"

0 comments on commit 50e2784

Please sign in to comment.