Skip to content

Commit

Permalink
Version bump 9.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
vsubhuman committed Jan 10, 2022
1 parent bd49158 commit 8458204
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
@@ -1,6 +1,6 @@
{
"name": "cardano-serialization-lib",
"version": "9.1.3",
"version": "9.1.4",
"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; cd .. && 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
@@ -1,6 +1,6 @@
[package]
name = "cardano-serialization-lib"
version = "9.1.3"
version = "9.1.4"
edition = "2018"
authors = ["EMURGO"]
license = "MIT"
Expand Down

0 comments on commit 8458204

Please sign in to comment.