diff --git a/Cargo.lock b/Cargo.lock index 668c78a89..abc73a15b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -961,7 +961,7 @@ dependencies = [ [[package]] name = "andromeda-time-gate" -version = "2.0.0" +version = "0.2.0-b.1" dependencies = [ "andromeda-app", "andromeda-math", diff --git a/contracts/math/andromeda-time-gate/Cargo.toml b/contracts/math/andromeda-time-gate/Cargo.toml index 5853ea155..8fa2ff5eb 100644 --- a/contracts/math/andromeda-time-gate/Cargo.toml +++ b/contracts/math/andromeda-time-gate/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "andromeda-time-gate" -version = "2.0.0" +version = "0.2.0-b.1" edition = "2021" rust-version = "1.75.0"