Skip to content

Commit

Permalink
Merge pull request #427 from SuperblocksHQ/release/1.8.0
Browse files Browse the repository at this point in the history
Bump version to 1.8.0
  • Loading branch information
javier-tarazaga authored Jul 19, 2019
2 parents efa0a1d + a193fdc commit d4ab912
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.8.0]

+ Addition: Superblocks.com banner to mention the newly created platform #426


## [1.7.1]

* Fix: Downloaded dapp set to external network won't work #391
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.7.1"
"version": "1.8.0"
}
2 changes: 1 addition & 1 deletion src/reducers/app.reducer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import { AnyAction } from 'redux';
import { appActions } from '../actions';

export const initialState = {
version: '1.7.1',
version: '1.8.0',
isEmbeddedMode: false,
showBanner: getShowBanner()
};
Expand Down

0 comments on commit d4ab912

Please sign in to comment.