Skip to content

Commit

Permalink
update build number for next release
Browse files Browse the repository at this point in the history
  • Loading branch information
philipparndt committed Mar 2, 2022
1 parent 3654ba6 commit 066a9b8
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions src/MQTTAnalyzer.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1584,7 +1584,7 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_ENTITLEMENTS = MQTTAnalyzer/MQTTAnalyzer.entitlements;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 95;
CURRENT_PROJECT_VERSION = 96;
DEAD_CODE_STRIPPING = NO;
DEVELOPMENT_ASSET_PATHS = "MQTTAnalyzer/Preview\\ Content";
DEVELOPMENT_TEAM = 643R6YSRER;
Expand All @@ -1611,7 +1611,7 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_ENTITLEMENTS = MQTTAnalyzer/MQTTAnalyzer.entitlements;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 95;
CURRENT_PROJECT_VERSION = 96;
DEAD_CODE_STRIPPING = NO;
DEVELOPMENT_ASSET_PATHS = "MQTTAnalyzer/Preview\\ Content";
DEVELOPMENT_TEAM = 643R6YSRER;
Expand Down
2 changes: 1 addition & 1 deletion src/MQTTAnalyzer/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<key>CFBundleShortVersionString</key>
<string>$(MARKETING_VERSION)</string>
<key>CFBundleVersion</key>
<string>95</string>
<string>96</string>
<key>ITSAppUsesNonExemptEncryption</key>
<false/>
<key>LSApplicationCategoryType</key>
Expand Down
2 changes: 1 addition & 1 deletion src/MQTTAnalyzerTests/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<key>CFBundleVersion</key>
<string>95</string>
<string>96</string>
</dict>
</plist>
2 changes: 1 addition & 1 deletion src/MQTTAnalyzerUITests/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<key>CFBundleVersion</key>
<string>95</string>
<string>96</string>
</dict>
</plist>

0 comments on commit 066a9b8

Please sign in to comment.