From 7e0dc8495ef4e2e88c721f79f6701fe0205e9c38 Mon Sep 17 00:00:00 2001 From: afsardo Date: Wed, 16 Aug 2023 07:04:54 +0100 Subject: [PATCH] chore: version 0.5.0 --- 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 a759f90..eae4bb1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -415,7 +415,7 @@ dependencies = [ [[package]] name = "math" -version = "0.4.0" +version = "0.5.0" dependencies = [ "console_error_panic_hook", "cosmwasm-schema", diff --git a/Cargo.toml b/Cargo.toml index 852bb21..d2c0933 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "math" -version = "0.4.0" +version = "0.5.0" 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 d62f97a..62265dd 100644 --- a/test/package-lock.json +++ b/test/package-lock.json @@ -22,7 +22,7 @@ }, "../pkg": { "name": "@astroport/math", - "version": "0.4.0", + "version": "0.5.0", "license": "GPL-3" }, "../pkg/astroport-math": {