From c6cf99801bdffc7c4e977b2b7986f66bcb43ccb3 Mon Sep 17 00:00:00 2001 From: Pacman Date: Fri, 22 Sep 2023 18:06:38 +0200 Subject: [PATCH] chore: bump version to 0.1.2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1939d84..8db8d9a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "apollo-utils" -version = "0.1.2-rc.1" +version = "0.1.2" edition = "2021" license = "MPL-2.0" description = "Useful helper functions for writing CosmWasm smart contracts."