Skip to content
This repository has been archived by the owner on Jul 22, 2019. It is now read-only.

Commit

Permalink
Up version to 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Bhullnatik committed Mar 1, 2018
1 parent 3e4e412 commit b27cf53
Show file tree
Hide file tree
Showing 3 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 @@ -91,8 +91,8 @@ android {
applicationId "com.skippbox.cabin"
minSdkVersion 16
targetSdkVersion 25
versionCode 21
versionName "0.4.1"
versionCode 5001
versionName "0.5.0"
ndk {
abiFilters "armeabi-v7a", "x86"
}
Expand Down
4 changes: 2 additions & 2 deletions iOS/cabin/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>0.4.1</string>
<string>0.5.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleURLTypes</key>
Expand All @@ -44,7 +44,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>21</string>
<string>5001</string>
<key>ITSAppUsesNonExemptEncryption</key>
<false/>
<key>LSApplicationQueriesSchemes</key>
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": "cabin",
"version": "0.4.1",
"version": "0.5.0",
"description": "the mobile app for Kubernetes",
"license": "Apache-2.0",
"private": false,
Expand Down

0 comments on commit b27cf53

Please sign in to comment.