Skip to content

Commit

Permalink
Bump version to 1.0-beta22
Browse files Browse the repository at this point in the history
  • Loading branch information
filippsen committed Jul 9, 2018
1 parent 08e780d commit 0d24aba
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Superblocks Studio - Change log

## [1.0-beta22]

+ Add ability to save and restore workspace. Cred: Richard Bondi.
+ Add single dapp project import and export functionality
+ Add delete project functionality

## [1.0-beta21]

+ Add Solidity import feature to compiler
Expand Down
2 changes: 1 addition & 1 deletion src/components/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export default class App extends Component {
super(props);
this.idCounter=0;

this._version="1.0-beta21";
this._version="1.0-beta22";
this.session={
start_time: Date.now(),
};
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.0-beta21"
"version": "1.0-beta22"
}

0 comments on commit 0d24aba

Please sign in to comment.