Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump version to 1.6.0 #352

Merged
merged 2 commits into from
Jan 16, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.0]

+ Addition: Support for Metamask provider.enable() security functionality #304
* Fix: Smart contract import missing from file browser #347
* Fix: Reload iframe is blocked on cross origin domains #349


## [1.5.0]

+ Addition: New copy to clipboard button in account selector #314
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.5.0"
"version": "1.6.0"
}
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.5.0',
version: '1.6.0',
};

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