Skip to content

Commit

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

## [1.3.0]

+ Addition: Integrate OpenZeppelin smart contracts #253
+ Addition: New CryptoPizza template (ERC-721) #276
* Improvement: Add retry to Web3 getCode call during deployment #266
* Improvement: File renaming operations now use Redux store #278
* Fix: Unable to move folder with files inside #273
* Fix: Dappfile not updating correctly when renaming and removing folders #272


## [1.2.0]

+ Addition: Add a warning modal when trying to deploy to Mainnet #162
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.2.0"
"version": "1.3.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.2.0',
version: '1.3.0',
};

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

0 comments on commit f036db0

Please sign in to comment.