From f6962f5b53c4249154c910afe5d4ae194859c223 Mon Sep 17 00:00:00 2001 From: stackchain <30806844+stackchain@users.noreply.github.com> Date: Fri, 12 May 2023 08:46:57 -0400 Subject: [PATCH] chore(version): v5.1.1 --- package.json | 2 +- rust/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index ea37bdf..e62392c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@emurgo/csl-mobile-bridge", "title": "CSL mobile bridge", - "version": "5.1.0", + "version": "5.1.1", "description": "React-native bindings for Emurgo's cardano-serialization-lib (Cardano haskell Shelley)", "main": "index.js", "files": [ diff --git a/rust/Cargo.toml b/rust/Cargo.toml index 1646988..873c31d 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "csl-mobile-bridge" -version = "5.1.0" +version = "5.1.1" authors = ["EMURGO"] edition = "2018"