Skip to content

Commit

Permalink
Bump the version to 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Seulgi Kim committed Apr 8, 2019
1 parent 67d41eb commit 36ed9b4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "codechain"
version = "1.1.0"
version = "1.1.1"
license = "AGPL-3.0"
authors = ["CodeChain Team <[email protected]>"]
exclude = [
Expand Down
2 changes: 1 addition & 1 deletion test/src/e2e/basic.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ describe("solo - 1 node", function() {
});

it("getNodeVersion", async function() {
expect(await node.sdk.rpc.node.getNodeVersion()).to.equal("1.1.0");
expect(await node.sdk.rpc.node.getNodeVersion()).to.equal("1.1.1");
});

it("getCommitHash", async function() {
Expand Down

0 comments on commit 36ed9b4

Please sign in to comment.