Skip to content

Commit

Permalink
build(version): bump version to 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
F33RNI committed Jan 24, 2024
1 parent 019dcdf commit 0f53aad
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.1.1"
COMPILE_VERSION = "1.2.0"

# 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 @@ -17,4 +17,4 @@
"""

# FloppyCat Simple Backup Utility version
__version__ = "1.1.1"
__version__ = "1.2.0"

0 comments on commit 0f53aad

Please sign in to comment.