diff --git a/move-mutation-test/Cargo.toml b/move-mutation-test/Cargo.toml index 8e7c2afc99..1c8186d4d5 100644 --- a/move-mutation-test/Cargo.toml +++ b/move-mutation-test/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "move-mutation-test" -version = "0.1.0" +version = "1.0.0" description = "Move mutation unit testing tool" authors.workspace = true edition.workspace = true diff --git a/move-mutator/Cargo.toml b/move-mutator/Cargo.toml index d8072b9794..639751a80e 100644 --- a/move-mutator/Cargo.toml +++ b/move-mutator/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "move-mutator" -version = "0.1.0" +version = "1.0.0" description = "Move mutation tool" authors.workspace = true edition.workspace = true diff --git a/move-spec-test/Cargo.toml b/move-spec-test/Cargo.toml index c504b4d2c3..e564a1f9b9 100644 --- a/move-spec-test/Cargo.toml +++ b/move-spec-test/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "move-spec-test" -version = "0.1.0" +version = "1.0.0" description = "Move specification testing tool" authors.workspace = true edition.workspace = true