File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11[project ]
22name = " TagStudio"
33description = " A User-Focused Photo & File Management System."
4- version = " 9.5.0-pre1 "
4+ version = " 9.5.0-pre2 "
55license = " GPL-3.0-only"
66readme = " README.md"
77
Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ app = BUNDLE(
7878 name = 'TagStudio.app' ,
7979 icon = icon ,
8080 bundle_identifier = 'com.cyanvoxel.tagstudio' ,
81- version = '9.5.0' ,
81+ version = '9.5.0-pr2 ' ,
8282 info_plist = {
8383 'NSAppleScriptEnabled' : False ,
8484 'NSPrincipalClass' : 'NSApplication' ,
Original file line number Diff line number Diff line change 33# Created for TagStudio: https://github.com/CyanVoxel/TagStudio
44
55VERSION : str = "9.5.0" # Major.Minor.Patch
6- VERSION_BRANCH : str = "Pre-Release 1 " # Usually "" or "Pre-Release"
6+ VERSION_BRANCH : str = "Pre-Release 2 " # Usually "" or "Pre-Release"
77
88# The folder & file names where TagStudio keeps its data relative to a library.
99TS_FOLDER_NAME : str = ".TagStudio"
You can’t perform that action at this time.
0 commit comments