From 68f7167c06d28796f14b3fa9b08760eda11bd2b7 Mon Sep 17 00:00:00 2001 From: Patrik <51710571+shadowkora@users.noreply.github.com> Date: Tue, 21 Nov 2023 21:11:16 +0100 Subject: [PATCH] Change to v15 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8770ea2..4e49f53 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cardano-serialization-lib", - "version": "11.1.0-minswap.14", + "version": "11.1.0-minswap.15", "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; cd ..; npm run js:ts-json-gen; cd rust; wasm-pack pack) && npm run js:flowgen",