Skip to content

Commit

Permalink
Version Bump to 10
Browse files Browse the repository at this point in the history
  • Loading branch information
kiliankoe committed Mar 1, 2020
1 parent efa4589 commit 5a04c2b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Nio.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -811,7 +811,7 @@
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 9;
CURRENT_PROJECT_VERSION = 10;
DEVELOPMENT_ASSET_PATHS = "\"Nio/Preview Content\"";
DEVELOPMENT_TEAM = HU85FER47E;
ENABLE_PREVIEWS = YES;
Expand All @@ -834,7 +834,7 @@
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 9;
CURRENT_PROJECT_VERSION = 10;
DEVELOPMENT_ASSET_PATHS = "\"Nio/Preview Content\"";
DEVELOPMENT_TEAM = HU85FER47E;
ENABLE_PREVIEWS = YES;
Expand Down
2 changes: 1 addition & 1 deletion Nio/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>9</string>
<string>10</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>UIApplicationSceneManifest</key>
Expand Down
2 changes: 1 addition & 1 deletion NioTests/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>9</string>
<string>10</string>
</dict>
</plist>

0 comments on commit 5a04c2b

Please sign in to comment.