Skip to content

Commit

Permalink
Version Bump to 81
Browse files Browse the repository at this point in the history
  • Loading branch information
ownCloud Jenkins committed Nov 23, 2018
1 parent b93a3e3 commit b9e7f82
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions ownCloud.xcodeproj/project.pbxproj
Expand Up @@ -1606,7 +1606,7 @@
CODE_SIGN_IDENTITY = "iPhone Distribution";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
CODE_SIGN_STYLE = Manual;
CURRENT_PROJECT_VERSION = 80;
CURRENT_PROJECT_VERSION = 81;
DEVELOPMENT_TEAM = 4AP2STM4H5;
FRAMEWORK_SEARCH_PATHS = "${TARGET_BUILD_DIR}";
GCC_WARN_UNUSED_LABEL = YES;
Expand All @@ -1633,7 +1633,7 @@
CODE_SIGN_IDENTITY = "iPhone Developer";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution";
CODE_SIGN_STYLE = Manual;
CURRENT_PROJECT_VERSION = 80;
CURRENT_PROJECT_VERSION = 81;
DEVELOPMENT_TEAM = 4AP2STM4H5;
FRAMEWORK_SEARCH_PATHS = "${TARGET_BUILD_DIR}";
GCC_WARN_UNUSED_LABEL = YES;
Expand Down
2 changes: 1 addition & 1 deletion ownCloud/Resources/Info.plist
Expand Up @@ -17,7 +17,7 @@
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<key>CFBundleVersion</key>
<string>80</string>
<string>81</string>
<key>LSApplicationQueriesSchemes</key>
<array>
<string>org-appextension-feature-password-management</string>
Expand Down
2 changes: 1 addition & 1 deletion ownCloudTests/Info.plist
Expand Up @@ -17,6 +17,6 @@
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<key>CFBundleVersion</key>
<string>80</string>
<string>81</string>
</dict>
</plist>

0 comments on commit b9e7f82

Please sign in to comment.