Skip to content

Commit

Permalink
Merge pull request #438 from Emurgo/release/10.1.0
Browse files Browse the repository at this point in the history
Release / 10.1.0
  • Loading branch information
vsubhuman committed May 20, 2022
2 parents 3c85d18 + 6dcdd81 commit 8eb8880
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion 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-serialization-lib",
"version": "10.1.0-beta.1",
"version": "10.1.0",
"description": "(De)serialization functions for the Cardano blockchain along with related utility functions",
"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-serialization-lib"
version = "10.1.0-beta.1"
version = "10.1.0"
edition = "2018"
authors = ["EMURGO"]
license = "MIT"
Expand Down

0 comments on commit 8eb8880

Please sign in to comment.