From 26418f3ce52c091e7a1e00232cf333c6aab9e608 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 8 Feb 2024 09:40:13 +0000 Subject: [PATCH] bump --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a06c2cd..987ee9a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "soroban-math" -version = "0.1.1" +version = "0.1.2" edition = "2021" description = "Fixed-Point Math Library for soroban smart contracts with advanced math and high precision" license = "Apache-2.0"