From 36ed9b4a63c908d5b3bd4539ad5239ee62dc76c9 Mon Sep 17 00:00:00 2001 From: Seulgi Kim Date: Mon, 8 Apr 2019 10:54:16 +0900 Subject: [PATCH] Bump the version to 1.1.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- test/src/e2e/basic.test.ts | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2e98c39399..116ec5c917 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -209,7 +209,7 @@ dependencies = [ [[package]] name = "codechain" -version = "1.1.0" +version = "1.1.1" dependencies = [ "app_dirs 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", "cidr 0.0.4 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index b5e88f5065..16291aee6e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "codechain" -version = "1.1.0" +version = "1.1.1" license = "AGPL-3.0" authors = ["CodeChain Team "] exclude = [ diff --git a/test/src/e2e/basic.test.ts b/test/src/e2e/basic.test.ts index 12e6d7fb28..0f58ead2b2 100644 --- a/test/src/e2e/basic.test.ts +++ b/test/src/e2e/basic.test.ts @@ -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() {