Skip to content

Commit

Permalink
Bump version number v0.6.0-beta-1
Browse files Browse the repository at this point in the history
  • Loading branch information
terrysahaidak committed Jun 21, 2017
1 parent b284a89 commit 38be5c3
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,8 @@ android {
applicationId "com.gittermobile"
minSdkVersion 16
targetSdkVersion 22
versionCode 1
versionName "1.0"
versionCode 8
versionName "0.6.0-beta-1"
ndk {
abiFilters "armeabi-v7a", "x86"
}
Expand Down
4 changes: 2 additions & 2 deletions android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.gittermobile"
android:versionCode="1"
android:versionName="1.0">
android:versionCode="8"
android:versionName="0.6.0-beta-1">

<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.SYSTEM_ALERT_WINDOW"/>
Expand Down
2 changes: 1 addition & 1 deletion index.android.js
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
import GitterMobile from './app/index.js'
global.CURRENT_VERSION = 'v0.5.2'
global.CURRENT_VERSION = 'v0.6.0-beta-1'
2 changes: 1 addition & 1 deletion index.ios.js
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
import GitterMobile from './app/index.js'
global.CURRENT_VERSION = 'v0.5.2'
global.CURRENT_VERSION = 'v0.6.0-beta-1'
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "GitterMobile",
"version": "0.5.2",
"version": "0.6.0-beta-1",
"description": "Gitter client for mobile devices.",
"author": "Terry Sahaidak <terry@sahaidak.com> (http://sahaidak.com)",
"repository": {
Expand Down

0 comments on commit 38be5c3

Please sign in to comment.