Skip to content

Commit

Permalink
Bump version to 1.0.1 (#175)
Browse files Browse the repository at this point in the history
  • Loading branch information
filippsen authored Sep 18, 2018
1 parent 6469ab4 commit acdc9fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
"display": "standalone",
"orientation": "portrait",
"icons": [ ],
"version": "1.0.0"
"version": "1.0.1"
}
2 changes: 1 addition & 1 deletion src/reducers/app.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export const initialState = {
version: '1.0.0',
version: '1.0.1',
};

export default function appReducer(state = initialState, action) {
Expand Down

0 comments on commit acdc9fa

Please sign in to comment.