Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
lisicky committed Oct 4, 2024
1 parent 3f1c5ab commit fce42ff
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@emurgo/csl-mobile-bridge",
"title": "CSL mobile bridge",
"version": "6.1.0",
"version": "6.1.1",
"description": "React-native bindings for Emurgo's cardano-serialization-lib (Cardano haskell Shelley)",
"main": "index.js",
"files": [
Expand Down
6 changes: 3 additions & 3 deletions rust/Cargo.lock

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

4 changes: 2 additions & 2 deletions rust/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "csl-mobile-bridge"
version = "6.1.0-beta.1"
version = "6.1.1"
authors = ["EMURGO"]
edition = "2018"

Expand All @@ -11,7 +11,7 @@ cbindgen = "=0.14.1"
cryptoxide = { git = "https://github.com/emurgo/cryptoxide", tag="0.4.4"}

[dependencies]
cardano-serialization-lib = "=12.1.0"
cardano-serialization-lib = "=12.1.1"
byteorder = "1.4.3"
base64 = "0.20.0"
# tag = "2.3.1"
Expand Down

0 comments on commit fce42ff

Please sign in to comment.