Skip to content

Commit

Permalink
Merge pull request #356 from SuperblocksHQ/release/1.6.1
Browse files Browse the repository at this point in the history
Bump version to 1.6.1
  • Loading branch information
javier-tarazaga authored Jan 17, 2019
2 parents a01eac7 + 1e653d2 commit eb6e8d7
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Superblocks Lab - Change log

## [1.6.1]

* Fix: Suppress right click on some filesystem items #353
* Fix: yarn start not working when starting clean #354
* Fix: Pane resizing after moving between tabs and switching side panels #355


## [1.6.0]

+ Addition: Support for Metamask provider.enable() security functionality #304
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.6.0"
"version": "1.6.1"
}
2 changes: 1 addition & 1 deletion src/reducers/app.reducer.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
// along with Superblocks Lab. If not, see <http://www.gnu.org/licenses/>.

export const initialState = {
version: '1.6.0',
version: '1.6.1',
};

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

0 comments on commit eb6e8d7

Please sign in to comment.