Skip to content

Commit

Permalink
Bump version number 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
terrysahaidak committed Jun 11, 2016
1 parent 89177b9 commit d2e7875
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.android.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import {AppRegistry} from 'react-native'
import GitterMobile from './app'

global.CURRENT_VERSION = '1.0.0-alpha-3'
global.CURRENT_VERSION = 'v0.4.0'

AppRegistry.registerComponent('gittermobile', () => GitterMobile);
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": "1.0.0-alpha-3",
"version": "0.4.0",
"description": "Gitter client for mobile devices.",
"author": "Terry Sahaidak <[email protected]> (http://sahaidak.com)",
"repository": {
Expand Down

0 comments on commit d2e7875

Please sign in to comment.