Skip to content

Commit

Permalink
Version Bump to 31
Browse files Browse the repository at this point in the history
  • Loading branch information
khoren93 committed Oct 12, 2021
1 parent 24ff04b commit b6729ea
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions SwiftHub.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -2311,7 +2311,7 @@
baseConfigurationReference = 7B5E2602E2BB58EBC51F39D8 /* Pods-SwiftHub.debug.xcconfig */;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CURRENT_PROJECT_VERSION = 30;
CURRENT_PROJECT_VERSION = 31;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
DEVELOPMENT_TEAM = RE853S4FBU;
FRAMEWORK_SEARCH_PATHS = "$(inherited)";
Expand All @@ -2333,7 +2333,7 @@
baseConfigurationReference = 7DCE0F2B67EC0E2BD4A13391 /* Pods-SwiftHub.release.xcconfig */;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CURRENT_PROJECT_VERSION = 30;
CURRENT_PROJECT_VERSION = 31;
DEVELOPMENT_TEAM = RE853S4FBU;
FRAMEWORK_SEARCH_PATHS = "$(inherited)";
INFOPLIST_FILE = SwiftHub/Info.plist;
Expand Down
4 changes: 2 additions & 2 deletions SwiftHub/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.9.9</string>
<string>1.10.0</string>
<key>CFBundleURLTypes</key>
<array>
<dict>
Expand All @@ -32,7 +32,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>30</string>
<string>31</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>NSAppTransportSecurity</key>
Expand Down
4 changes: 2 additions & 2 deletions SwiftHubTests/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
<key>CFBundlePackageType</key>
<string>BNDL</string>
<key>CFBundleShortVersionString</key>
<string>1.9.9</string>
<string>1.10.0</string>
<key>CFBundleVersion</key>
<string>30</string>
<string>31</string>
</dict>
</plist>
4 changes: 2 additions & 2 deletions SwiftHubUITests/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
<key>CFBundlePackageType</key>
<string>BNDL</string>
<key>CFBundleShortVersionString</key>
<string>1.9.9</string>
<string>1.10.0</string>
<key>CFBundleVersion</key>
<string>30</string>
<string>31</string>
</dict>
</plist>

0 comments on commit b6729ea

Please sign in to comment.