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": {