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 1
1
[project ]
2
2
name = " TagStudio"
3
3
description = " A User-Focused Photo & File Management System."
4
- version = " 9.5.0 "
4
+ version = " 9.5.1 "
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.1 ' ,
82
82
info_plist = {
83
83
'NSAppleScriptEnabled' : False ,
84
84
'NSPrincipalClass' : 'NSApplication' ,
Original file line number Diff line number Diff line change 2
2
# Licensed under the GPL-3.0 License.
3
3
# Created for TagStudio: https://github.com/CyanVoxel/TagStudio
4
4
5
- VERSION : str = "9.5.0 " # Major.Minor.Patch
5
+ VERSION : str = "9.5.1 " # Major.Minor.Patch
6
6
VERSION_BRANCH : str = "" # Usually "" or "Pre-Release"
7
7
8
8
# The folder & file names where TagStudio keeps its data relative to a library.
You can’t perform that action at this time.
0 commit comments