diff --git a/aptos/aptos-programs/Cargo.toml b/aptos/aptos-programs/Cargo.toml index b6dc5e55..987a3dd3 100644 --- a/aptos/aptos-programs/Cargo.toml +++ b/aptos/aptos-programs/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "aptos-programs" -version = "1.0.0" +version = "1.0.1" edition = "2021" [build-dependencies] diff --git a/aptos/core/Cargo.toml b/aptos/core/Cargo.toml index a171be93..567ba116 100644 --- a/aptos/core/Cargo.toml +++ b/aptos/core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "aptos-lc-core" -version = "1.0.0" +version = "1.0.1" edition = "2021" license = "MIT OR Apache-2.0" homepage = "https://github.com/wormhole-foundation/example-zk-light-clients" diff --git a/aptos/light-client/Cargo.toml b/aptos/light-client/Cargo.toml index a047d2a1..cac78e42 100644 --- a/aptos/light-client/Cargo.toml +++ b/aptos/light-client/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "aptos-lc" -version = "1.0.0" +version = "1.0.1" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/aptos/programs/epoch-change/Cargo.toml b/aptos/programs/epoch-change/Cargo.toml index c9be596f..79a7d93f 100644 --- a/aptos/programs/epoch-change/Cargo.toml +++ b/aptos/programs/epoch-change/Cargo.toml @@ -1,6 +1,6 @@ [workspace] [package] -version = "1.0.0" +version = "1.0.1" name = "epoch-change-program" edition = "2021" diff --git a/aptos/programs/inclusion/Cargo.toml b/aptos/programs/inclusion/Cargo.toml index dc507c50..4d9eabc5 100644 --- a/aptos/programs/inclusion/Cargo.toml +++ b/aptos/programs/inclusion/Cargo.toml @@ -1,6 +1,6 @@ [workspace] [package] -version = "1.0.0" +version = "1.0.1" name = "inclusion-program" edition = "2021" diff --git a/aptos/proof-server/Cargo.toml b/aptos/proof-server/Cargo.toml index 2b9f4360..e78e35b2 100644 --- a/aptos/proof-server/Cargo.toml +++ b/aptos/proof-server/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "proof-server" -version = "1.0.0" +version = "1.0.1" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/aptos/solidity/fixture-generator/Cargo.toml b/aptos/solidity/fixture-generator/Cargo.toml index 873ee075..9f36dafe 100644 --- a/aptos/solidity/fixture-generator/Cargo.toml +++ b/aptos/solidity/fixture-generator/Cargo.toml @@ -1,5 +1,5 @@ [package] -version = "1.0.0" +version = "1.0.1" name = "fixture-generator" edition = "2021"