Skip to content

Commit e969af4

Browse files
committed
2.3.0-beta.7
1 parent b9d2fd8 commit e969af4

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
@@ -96,8 +96,8 @@ android {
9696
applicationId "com.allaboutolaf"
9797
minSdkVersion 16
9898
targetSdkVersion 23
99-
versionCode 11
100-
versionName "2.3.0-beta.6"
99+
versionCode 12
100+
versionName "2.3.0-beta.7"
101101
ndk {
102102
abiFilters "armeabi-v7a", "x86"
103103
}

ios/AllAboutOlaf.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1516,7 +1516,7 @@
15161516
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
15171517
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
15181518
COPY_PHASE_STRIP = NO;
1519-
CURRENT_PROJECT_VERSION = 5;
1519+
CURRENT_PROJECT_VERSION = 6;
15201520
ENABLE_STRICT_OBJC_MSGSEND = YES;
15211521
ENABLE_TESTABILITY = YES;
15221522
GCC_C_LANGUAGE_STANDARD = gnu99;
@@ -1576,7 +1576,7 @@
15761576
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
15771577
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
15781578
COPY_PHASE_STRIP = YES;
1579-
CURRENT_PROJECT_VERSION = 5;
1579+
CURRENT_PROJECT_VERSION = 6;
15801580
ENABLE_NS_ASSERTIONS = NO;
15811581
ENABLE_STRICT_OBJC_MSGSEND = YES;
15821582
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>5</string>
37+
<string>6</string>
3838
<key>CodePushDeploymentKey</key>
3939
<string>oSozdf5RtDr2j8T7PFz-oWgNmoBIEJN_nzUOz</string>
4040
<key>ITSAppUsesNonExemptEncryption</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.3.0</string>
1919
<key>CFBundleVersion</key>
20-
<string>5</string>
20+
<string>6</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.3.0-beta.6",
3+
"version": "2.3.0-beta.7",
44
"private": true,
55
"allaboutolaf": {
66
"source": ""

0 commit comments

Comments
 (0)