Skip to content

Commit f52a5ba

Browse files
committed
2.4.0-beta.8
1 parent 4033e02 commit f52a5ba

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

android/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,8 @@ android {
9595
applicationId "com.allaboutolaf"
9696
minSdkVersion 16
9797
targetSdkVersion 23
98-
versionCode 18
99-
versionName "2.4.0-beta.7"
98+
versionCode 19
99+
versionName "2.4.0-beta.8"
100100
ndk {
101101
abiFilters "armeabi-v7a", "x86"
102102
}

ios/AllAboutOlaf.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1518,7 +1518,7 @@
15181518
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
15191519
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
15201520
COPY_PHASE_STRIP = NO;
1521-
CURRENT_PROJECT_VERSION = 12;
1521+
CURRENT_PROJECT_VERSION = 13;
15221522
ENABLE_STRICT_OBJC_MSGSEND = YES;
15231523
ENABLE_TESTABILITY = YES;
15241524
GCC_C_LANGUAGE_STANDARD = gnu99;
@@ -1577,7 +1577,7 @@
15771577
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
15781578
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
15791579
COPY_PHASE_STRIP = YES;
1580-
CURRENT_PROJECT_VERSION = 12;
1580+
CURRENT_PROJECT_VERSION = 13;
15811581
ENABLE_NS_ASSERTIONS = NO;
15821582
ENABLE_STRICT_OBJC_MSGSEND = YES;
15831583
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>12</string>
37+
<string>13</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>12</string>
20+
<string>13</string>
2121
</dict>
2222
</plist>

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.7",
3+
"version": "2.4.0-beta.8",
44
"private": true,
55
"config": {
66
"prettier_args": "--single-quote --trailing-comma all --no-bracket-spacing --no-semi"

0 commit comments

Comments
 (0)