Skip to content

Commit

Permalink
Version Bump to 102
Browse files Browse the repository at this point in the history
  • Loading branch information
ownCloud Jenkins committed Feb 1, 2019
1 parent c1ebd8b commit 0b85aee
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion ownCloud File Provider/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<key>CFBundleVersion</key>
<string>101</string>
<string>102</string>
<key>OCAppGroupIdentifier</key>
<string>group.com.owncloud.ios-app</string>
<key>OCAppIdentifierPrefix</key>
Expand Down
2 changes: 1 addition & 1 deletion ownCloud File ProviderUI/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<key>CFBundleVersion</key>
<string>101</string>
<string>102</string>
<key>NSExtension</key>
<dict>
<key>NSExtensionFileProviderActions</key>
Expand Down
4 changes: 2 additions & 2 deletions ownCloud.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -2026,7 +2026,7 @@
CODE_SIGN_IDENTITY = "iPhone Distribution";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
CODE_SIGN_STYLE = Manual;
CURRENT_PROJECT_VERSION = 101;
CURRENT_PROJECT_VERSION = 102;
DEVELOPMENT_TEAM = 4AP2STM4H5;
FRAMEWORK_SEARCH_PATHS = "${TARGET_BUILD_DIR}";
GCC_WARN_UNUSED_LABEL = YES;
Expand All @@ -2053,7 +2053,7 @@
CODE_SIGN_IDENTITY = "iPhone Developer";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution";
CODE_SIGN_STYLE = Manual;
CURRENT_PROJECT_VERSION = 101;
CURRENT_PROJECT_VERSION = 102;
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
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<key>CFBundleVersion</key>
<string>101</string>
<string>102</string>
<key>ITSAppUsesNonExemptEncryption</key>
<false/>
<key>LSApplicationQueriesSchemes</key>
Expand Down
2 changes: 1 addition & 1 deletion ownCloudTests/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>101</string>
<string>102</string>
</dict>
</plist>

0 comments on commit 0b85aee

Please sign in to comment.