Skip to content

Commit 9681b0b

Browse files
committed
2.4.0-beta.11
1 parent 749136d commit 9681b0b

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

android/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,8 @@ android {
102102
applicationId "com.allaboutolaf"
103103
minSdkVersion 16
104104
targetSdkVersion 23
105-
versionCode 21
106-
versionName "2.4.0-beta.10"
105+
versionCode 22
106+
versionName "2.4.0-beta.11"
107107
ndk {
108108
abiFilters "armeabi-v7a", "x86"
109109
}

ios/AllAboutOlaf.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1548,7 +1548,7 @@
15481548
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
15491549
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
15501550
COPY_PHASE_STRIP = NO;
1551-
CURRENT_PROJECT_VERSION = 15;
1551+
CURRENT_PROJECT_VERSION = 16;
15521552
ENABLE_STRICT_OBJC_MSGSEND = YES;
15531553
ENABLE_TESTABILITY = YES;
15541554
GCC_C_LANGUAGE_STANDARD = gnu99;
@@ -1607,7 +1607,7 @@
16071607
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
16081608
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
16091609
COPY_PHASE_STRIP = YES;
1610-
CURRENT_PROJECT_VERSION = 15;
1610+
CURRENT_PROJECT_VERSION = 16;
16111611
ENABLE_NS_ASSERTIONS = NO;
16121612
ENABLE_STRICT_OBJC_MSGSEND = YES;
16131613
GCC_C_LANGUAGE_STANDARD = gnu99;

ios/AllAboutOlaf/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
</dict>
3535
</array>
3636
<key>CFBundleVersion</key>
37-
<string>15</string>
37+
<string>16</string>
3838
<key>ITSAppUsesNonExemptEncryption</key>
3939
<false/>
4040
<key>LSApplicationQueriesSchemes</key>

ios/AllAboutOlafUITests/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>2.4.0</string>
1919
<key>CFBundleVersion</key>
20-
<string>15</string>
20+
<string>16</string>
2121
</dict>
2222
</plist>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "all-about-olaf",
3-
"version": "2.4.0-beta.10",
3+
"version": "2.4.0-beta.11",
44
"private": true,
55
"config": {
66
"prettier_args": "--single-quote --trailing-comma all --no-bracket-spacing --no-semi"

0 commit comments

Comments
 (0)