Skip to content

Commit 8f20af9

Browse files
committed
Version Bump to 21
1 parent 4a37632 commit 8f20af9

4 files changed

Lines changed: 8 additions & 8 deletions

File tree

SwiftHub.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2242,7 +2242,7 @@
22422242
baseConfigurationReference = 7B5E2602E2BB58EBC51F39D8 /* Pods-SwiftHub.debug.xcconfig */;
22432243
buildSettings = {
22442244
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
2245-
CURRENT_PROJECT_VERSION = 20;
2245+
CURRENT_PROJECT_VERSION = 21;
22462246
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
22472247
DEVELOPMENT_TEAM = RE853S4FBU;
22482248
FRAMEWORK_SEARCH_PATHS = "$(inherited)";
@@ -2261,7 +2261,7 @@
22612261
baseConfigurationReference = 7DCE0F2B67EC0E2BD4A13391 /* Pods-SwiftHub.release.xcconfig */;
22622262
buildSettings = {
22632263
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
2264-
CURRENT_PROJECT_VERSION = 20;
2264+
CURRENT_PROJECT_VERSION = 21;
22652265
DEVELOPMENT_TEAM = RE853S4FBU;
22662266
FRAMEWORK_SEARCH_PATHS = "$(inherited)";
22672267
INFOPLIST_FILE = SwiftHub/Info.plist;

SwiftHub/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<key>CFBundlePackageType</key>
2020
<string>APPL</string>
2121
<key>CFBundleShortVersionString</key>
22-
<string>1.9.0</string>
22+
<string>1.9.1</string>
2323
<key>CFBundleURLTypes</key>
2424
<array>
2525
<dict>
@@ -32,7 +32,7 @@
3232
</dict>
3333
</array>
3434
<key>CFBundleVersion</key>
35-
<string>20</string>
35+
<string>21</string>
3636
<key>Fabric</key>
3737
<dict>
3838
<key>APIKey</key>

SwiftHubTests/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
<key>CFBundlePackageType</key>
1616
<string>BNDL</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>1.9.0</string>
18+
<string>1.9.1</string>
1919
<key>CFBundleVersion</key>
20-
<string>20</string>
20+
<string>21</string>
2121
</dict>
2222
</plist>

SwiftHubUITests/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
<key>CFBundlePackageType</key>
1616
<string>BNDL</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>1.9.0</string>
18+
<string>1.9.1</string>
1919
<key>CFBundleVersion</key>
20-
<string>20</string>
20+
<string>21</string>
2121
</dict>
2222
</plist>

0 commit comments

Comments
 (0)