From cc5371789c6dabaa0761c55b65356837a1b20d82 Mon Sep 17 00:00:00 2001 From: Nimish Agrawal Date: Wed, 31 Jul 2024 19:35:55 +0530 Subject: [PATCH] chore: bump `azns_(fee_calculator|registry)` to 1.1.0 from 1.0.0 --- src/azns_fee_calculator/Cargo.toml | 2 +- src/azns_registry/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/azns_fee_calculator/Cargo.toml b/src/azns_fee_calculator/Cargo.toml index c54a7b6..6aaeb3e 100755 --- a/src/azns_fee_calculator/Cargo.toml +++ b/src/azns_fee_calculator/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "azns_fee_calculator" -version = "1.0.0" +version = "1.1.0" authors = ["AZERO.ID "] edition = "2021" diff --git a/src/azns_registry/Cargo.toml b/src/azns_registry/Cargo.toml index 9a46aca..0bb365f 100755 --- a/src/azns_registry/Cargo.toml +++ b/src/azns_registry/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "azns_registry" -version = "1.0.0" +version = "1.1.0" authors = ["AZERO.ID "] edition = "2021" publish = false