Skip to content

Commit

Permalink
Merge pull request #19 from Emurgo/evgenii/bump_version
Browse files Browse the repository at this point in the history
Bump version
  • Loading branch information
lisicky authored Oct 16, 2024
2 parents 4b545ce + 6f2452b commit c1ecc33
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cardano-message-signing",
"version": "1.0.1",
"version": "1.1.0",
"description": "Message signing standard for Cardano",
"scripts": {
"rust:build-nodejs": "(rimraf ./rust/pkg && cd rust; wasm-pack build --target=nodejs; wasm-pack pack) && npm run js:flowgen",
Expand Down
2 changes: 1 addition & 1 deletion rust/Cargo.lock

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

2 changes: 1 addition & 1 deletion rust/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cardano-message-signing"
version = "1.0.1"
version = "1.1.0"
edition = "2018"
authors = ["EMURGO"]

Expand Down

0 comments on commit c1ecc33

Please sign in to comment.