Skip to content

Commit

Permalink
Bumped version to 1.0.3 (#196)
Browse files Browse the repository at this point in the history
* Change telegram for discord (community)
* Update welcome screen
  • Loading branch information
javier-tarazaga authored and filippsen committed Oct 9, 2018
1 parent 9328e57 commit 973f994
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Superblocks Lab - Change log

## [1.0.3]

* Improvement: Changed telegram for discord (community) #193
* Improvement: Update welcome screen #195

## [1.0.2]

* Fix: list changes in CHANGELOG file #178
Expand Down
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.2"
"version": "1.0.3"
}
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.2',
version: '1.0.3',
};

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

0 comments on commit 973f994

Please sign in to comment.