Skip to content

Commit

Permalink
jest testing fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
bartonhammond committed Apr 6, 2016
1 parent 042dfd2 commit 8ddd929
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "snowflake",
"version": "0.0.13",
"version": "0.0.14",
"private": true,
"jest": {
"setupEnvScriptFile": "./node_modules/react-native/jestSupport/env.js",
Expand Down
2 changes: 1 addition & 1 deletion src/snowflake.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ import profileInitialState from './reducers/profile/profileInitialState';
/**
* The version of the app but not displayed yet
*/
var VERSION='0.0.13';
var VERSION='0.0.14';

/**
*
Expand Down

0 comments on commit 8ddd929

Please sign in to comment.