Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
paulocoutinhox committed Nov 12, 2023
1 parent 3596199 commit 5a45727
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion code/resources/macos/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>2.0.0</string>
<string>2.1.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleSupportedPlatforms</key>
Expand Down
2 changes: 1 addition & 1 deletion make.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,5 +104,5 @@ def main(options):

if __name__ == "__main__":
# main CLI entrypoint
args = docopt(__doc__, version="2.0.0")
args = docopt(__doc__, version="2.1.0")
main(args)
2 changes: 1 addition & 1 deletion modules/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
qt_version = "6.6.0"

# macos
macos_pkg_version = "2.0.0"
macos_pkg_version = "2.1.0"
macos_identifier = "com.paulocoutinho.prprojector"

macos_dist_certificate_name = "Apple Distribution: Paulo Coutinho (99AHAA343Q)"
Expand Down

0 comments on commit 5a45727

Please sign in to comment.