File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
[project ]
2
2
name = " TagStudio"
3
3
description = " A User-Focused Photo & File Management System."
4
- version = " 9.5.0-pre1 "
4
+ version = " 9.5.0-pre2 "
5
5
license = " GPL-3.0-only"
6
6
readme = " README.md"
7
7
Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ app = BUNDLE(
78
78
name = 'TagStudio.app' ,
79
79
icon = icon ,
80
80
bundle_identifier = 'com.cyanvoxel.tagstudio' ,
81
- version = '9.5.0' ,
81
+ version = '9.5.0-pr2 ' ,
82
82
info_plist = {
83
83
'NSAppleScriptEnabled' : False ,
84
84
'NSPrincipalClass' : 'NSApplication' ,
Original file line number Diff line number Diff line change 3
3
# Created for TagStudio: https://github.com/CyanVoxel/TagStudio
4
4
5
5
VERSION : 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"
7
7
8
8
# The folder & file names where TagStudio keeps its data relative to a library.
9
9
TS_FOLDER_NAME : str = ".TagStudio"
You can’t perform that action at this time.
0 commit comments