Skip to content

Commit 9e5f4c1

Browse files
committed
2.3.0-beta.6
1 parent 219808c commit 9e5f4c1

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
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 10
100-
versionName "2.3.0-beta.5"
99+
versionCode 11
100+
versionName "2.3.0-beta.6"
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 = 4;
1519+
CURRENT_PROJECT_VERSION = 5;
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 = 4;
1579+
CURRENT_PROJECT_VERSION = 5;
15801580
ENABLE_NS_ASSERTIONS = NO;
15811581
ENABLE_STRICT_OBJC_MSGSEND = YES;
15821582
GCC_C_LANGUAGE_STANDARD = gnu99;

ios/AllAboutOlaf/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<key>CFBundlePackageType</key>
1818
<string>APPL</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>2.3.0-beta.5</string>
20+
<string>2.3.0</string>
2121
<key>CFBundleSignature</key>
2222
<string>????</string>
2323
<key>CFBundleURLTypes</key>
@@ -34,7 +34,7 @@
3434
</dict>
3535
</array>
3636
<key>CFBundleVersion</key>
37-
<string>4</string>
37+
<string>5</string>
3838
<key>CodePushDeploymentKey</key>
3939
<string>oSozdf5RtDr2j8T7PFz-oWgNmoBIEJN_nzUOz</string>
4040
<key>ITSAppUsesNonExemptEncryption</key>

ios/AllAboutOlafUITests/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>2.3.0-beta.5</string>
18+
<string>2.3.0</string>
1919
<key>CFBundleVersion</key>
20-
<string>4</string>
20+
<string>5</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.5",
3+
"version": "2.3.0-beta.6",
44
"private": true,
55
"allaboutolaf": {
66
"source": ""

0 commit comments

Comments
 (0)