Skip to content

Commit

Permalink
release preparations
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobias Winkler committed Sep 26, 2018
1 parent e12b216 commit b0e6c7b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions VERSIONS.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## Next Version
### Features
### Fixes
### Deprecations

## Version 1.1.1
### Fixes
- use `keccak256` instead of `sha3` for hashing
- add `dst` argument to `lib/solc.js` functions to bypass config for destination path

Expand Down
2 changes: 1 addition & 1 deletion dbcp.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"contractus",
"library"
],
"version": "1.1.0",
"version": "1.1.1",
"versions": {
"0.1.0": "QmQ576qcoH4GXKRTYq3xqYJR62Lhf5665ySTj6YyENMZPJ",
"0.9.0": "QmNfBLnAM4DctyNxg7CbE4mtYdmQfTN9bVGx8x12nMvjUD",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
"scripts": {
"build-docu": "node ./scripts/build-docu.js"
},
"version": "1.1.0"
"version": "1.1.1"
}

0 comments on commit b0e6c7b

Please sign in to comment.