Skip to content

Commit 190f246

Browse files
committed
Merge branch 'master' of github.com:vanities/swiftchan
2 parents 7d1e74a + 174b253 commit 190f246

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

swiftchan.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -963,7 +963,7 @@
963963
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
964964
CODE_SIGN_IDENTITY = "iPhone Developer";
965965
CODE_SIGN_STYLE = Manual;
966-
CURRENT_PROJECT_VERSION = 181;
966+
CURRENT_PROJECT_VERSION = 182;
967967
DEVELOPMENT_ASSET_PATHS = "\"swiftchan/Preview Content\"";
968968
DEVELOPMENT_TEAM = 8Q3RG3ULSU;
969969
"DEVELOPMENT_TEAM[sdk=iphoneos*]" = 8Q3RG3ULSU;
@@ -992,7 +992,7 @@
992992
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
993993
CODE_SIGN_IDENTITY = "iPhone Distribution";
994994
CODE_SIGN_STYLE = Manual;
995-
CURRENT_PROJECT_VERSION = 181;
995+
CURRENT_PROJECT_VERSION = 182;
996996
DEVELOPMENT_ASSET_PATHS = "\"swiftchan/Preview Content\"";
997997
DEVELOPMENT_TEAM = 8Q3RG3ULSU;
998998
ENABLE_BITCODE = NO;

swiftchan/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
</dict>
3333
</array>
3434
<key>CFBundleVersion</key>
35-
<string>181</string>
35+
<string>182</string>
3636
<key>ITSAppUsesNonExemptEncryption</key>
3737
<false/>
3838
<key>LSRequiresIPhoneOS</key>

swiftchanTests/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@
1717
<key>CFBundleShortVersionString</key>
1818
<string>1.0</string>
1919
<key>CFBundleVersion</key>
20-
<string>181</string>
20+
<string>182</string>
2121
</dict>
2222
</plist>

swiftchanUITests/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@
1717
<key>CFBundleShortVersionString</key>
1818
<string>1.0</string>
1919
<key>CFBundleVersion</key>
20-
<string>181</string>
20+
<string>182</string>
2121
</dict>
2222
</plist>

0 commit comments

Comments
 (0)