Skip to content

Commit 36ed9b4

Browse files
author
Seulgi Kim
committed
Bump the version to 1.1.1
1 parent 67d41eb commit 36ed9b4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "codechain"
3-
version = "1.1.0"
3+
version = "1.1.1"
44
license = "AGPL-3.0"
55
authors = ["CodeChain Team <[email protected]>"]
66
exclude = [

test/src/e2e/basic.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ describe("solo - 1 node", function() {
3030
});
3131

3232
it("getNodeVersion", async function() {
33-
expect(await node.sdk.rpc.node.getNodeVersion()).to.equal("1.1.0");
33+
expect(await node.sdk.rpc.node.getNodeVersion()).to.equal("1.1.1");
3434
});
3535

3636
it("getCommitHash", async function() {

0 commit comments

Comments
 (0)