Skip to content

Commit

Permalink
Project: bump version to 1.1
Browse files Browse the repository at this point in the history
Signed-off-by: zhen-zen <[email protected]>
  • Loading branch information
zhen-zen committed Oct 29, 2023
1 parent 096f12b commit c9c897c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions ThermalSolution.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO;
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 1.0.0d1;
CURRENT_PROJECT_VERSION = 1.1;
INFOPLIST_FILE = ThermalSolution/Info.plist;
MACOSX_DEPLOYMENT_TARGET = 10.12;
MODULE_NAME = org.zhen.ThermalSolution;
Expand All @@ -359,7 +359,7 @@
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO;
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 1.0.0d1;
CURRENT_PROJECT_VERSION = 1.1;
INFOPLIST_FILE = ThermalSolution/Info.plist;
MACOSX_DEPLOYMENT_TARGET = 10.12;
MODULE_NAME = org.zhen.ThermalSolution;
Expand Down
4 changes: 2 additions & 2 deletions ThermalSolution/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
<key>CFBundlePackageType</key>
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>CFBundleVersion</key>
<string>1</string>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>IOKitPersonalities</key>
<dict>
<key>ThermalSolution</key>
Expand Down

0 comments on commit c9c897c

Please sign in to comment.