Skip to content

Commit

Permalink
Bump version to 1.2.0 (SuperblocksHQ#268)
Browse files Browse the repository at this point in the history
  • Loading branch information
filippsen authored Dec 5, 2018
1 parent cc0cffb commit f242767
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Superblocks Lab - Change log

## [1.2.0]

+ Addition: Add a warning modal when trying to deploy to Mainnet #162
* Improvement: Enable arrays as input when interacting with contract #186
* Improvement: Allow for grouping code blocks in editor (folding) #230
* Change: Update the list of upcoming features #254
* Fix: Account injections not working in appview for test networks #256
* Fix: Typos in Voting template #243
* Fix: Uncaught error when trying to use inheritance without specifying base
constructor arguments #101
* Fix: Uncaught error when compiling code missing implementation #205


## [1.1.0]

+ Addition: Show the actual underlying filesystem in the left menu #166
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.1.0"
"version": "1.2.0"
}
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.1.0',
version: '1.2.0',
};

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

0 comments on commit f242767

Please sign in to comment.