Skip to content

Commit

Permalink
Bump version number v0.6.0-beta-2
Browse files Browse the repository at this point in the history
  • Loading branch information
terrysahaidak committed Jun 28, 2017
1 parent d4983e2 commit fa2e4d9
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 8
versionName "0.6.0-beta-1"
versionCode 9
versionName "0.6.0-beta-2"
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="8"
android:versionName="0.6.0-beta-1">
android:versionCode="9"
android:versionName="0.6.0-beta-2">

<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.6.0-beta-1'
global.CURRENT_VERSION = 'v0.6.0-beta-2'
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.6.0-beta-1'
global.CURRENT_VERSION = 'v0.6.0-beta-2'
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.6.0-beta-1",
"version": "0.6.0-beta-2",
"description": "Gitter client for mobile devices.",
"author": "Terry Sahaidak <[email protected]> (http://sahaidak.com)",
"repository": {
Expand Down

0 comments on commit fa2e4d9

Please sign in to comment.