Skip to content

Commit

Permalink
2.3.0-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
drewvolz committed May 23, 2017
1 parent 0837944 commit 8c6b530
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,8 @@ android {
applicationId "com.allaboutolaf"
minSdkVersion 16
targetSdkVersion 23
versionCode 5
versionName "2.2.3"
versionCode 6
versionName "2.3.0-beta.1"
ndk {
abiFilters "armeabi-v7a", "x86"
}
Expand Down
2 changes: 1 addition & 1 deletion ios/AllAboutOlaf/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>2.2.3</string>
<string>2.3.0-beta.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleURLTypes</key>
Expand Down
2 changes: 1 addition & 1 deletion ios/AllAboutOlafUITests/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>BNDL</string>
<key>CFBundleShortVersionString</key>
<string>2.2.3</string>
<string>2.3.0-beta.1</string>
<key>CFBundleVersion</key>
<string>1</string>
</dict>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "all-about-olaf",
"version": "2.2.3",
"version": "2.3.0-beta.1",
"private": true,
"allaboutolaf": {
"source": ""
Expand Down

0 comments on commit 8c6b530

Please sign in to comment.