Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
bartonhammond committed Dec 8, 2015
1 parent 1d991d0 commit bfcf461
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.2",
"version": "0.0.3",
"private": true,
"jest": {
"scriptPreprocessor": "jestSupport/scriptProcessor.js",
Expand Down
2 changes: 1 addition & 1 deletion src/snowflake.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ import profileInitialState from './reducers/profile/profileInitialState';
/**
* The version of the app but not displayed yet
*/
var VERSION='0.0.18';
var VERSION='0.0.3';

/**
*
Expand Down

0 comments on commit bfcf461

Please sign in to comment.