Skip to content

Commit

Permalink
1.0.0-alpha-3
Browse files Browse the repository at this point in the history
  • Loading branch information
terrysahaidak committed Jun 7, 2016
1 parent 1cab71f commit facc152
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions index.android.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import React, {AppRegistry} from 'react-native'
import {AppRegistry} from 'react-native'
import GitterMobile from './app'
global.CURRENT_VERSION = '1.0.0-alpha-2'

global.CURRENT_VERSION = '1.0.0-alpha-3'

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

0 comments on commit facc152

Please sign in to comment.