From 5816177c5777eb47874235d6132622630ba30e59 Mon Sep 17 00:00:00 2001 From: Sebastien Guillemot Date: Sat, 29 Aug 2020 11:23:07 +0900 Subject: [PATCH] 2.3.1 --- package-lock.json | 2 +- package.json | 2 +- rust/Cargo.lock | 2 +- rust/Cargo.toml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index cc212b3a..9aa92199 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "cardano-serialization-lib", - "version": "2.3.0", + "version": "2.3.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index baf700fb..13dada0f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cardano-serialization-lib", - "version": "2.3.0", + "version": "2.3.1", "description": "processing Haskell Shelley testnet", "scripts": { "rust:build-nodejs": "rimraf ./rust/pkg && cd rust; wasm-pack build --target=nodejs; wasm-pack pack; cd .. && npm run js:flowgen", diff --git a/rust/Cargo.lock b/rust/Cargo.lock index 6e8b3313..aa6c76c9 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -77,7 +77,7 @@ checksum = "08c48aae112d48ed9f069b33538ea9e3e90aa263cfa3d1c24309612b1f7472de" [[package]] name = "cardano-serialization-lib" -version = "2.3.0" +version = "2.3.1" dependencies = [ "bech32", "cbor_event", diff --git a/rust/Cargo.toml b/rust/Cargo.toml index eb6f09c8..c2231ef0 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cardano-serialization-lib" -version = "2.3.0" +version = "2.3.1" edition = "2018" [lib]