From 11cb6d3cbdc43a498d13c0b1b8964d1fdf4b1876 Mon Sep 17 00:00:00 2001 From: afsardo Date: Wed, 16 Aug 2023 07:19:29 +0100 Subject: [PATCH] chore: version 0.5.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- test/package-lock.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index eae4bb1..7a85724 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -415,7 +415,7 @@ dependencies = [ [[package]] name = "math" -version = "0.5.0" +version = "0.5.1" dependencies = [ "console_error_panic_hook", "cosmwasm-schema", diff --git a/Cargo.toml b/Cargo.toml index d2c0933..1e0524f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "math" -version = "0.5.0" +version = "0.5.1" edition = "2021" description = "A collection of math functions extractde from Astroport smart contracts to be used with WASM in TypeScript/NodeJS." keywords = [ diff --git a/test/package-lock.json b/test/package-lock.json index 62265dd..a92f1cf 100644 --- a/test/package-lock.json +++ b/test/package-lock.json @@ -22,7 +22,7 @@ }, "../pkg": { "name": "@astroport/math", - "version": "0.5.0", + "version": "0.5.1", "license": "GPL-3" }, "../pkg/astroport-math": {