diff --git a/move-mutation-test/Cargo.toml b/move-mutation-test/Cargo.toml index 7b88b9e454..4ab94a1597 100644 --- a/move-mutation-test/Cargo.toml +++ b/move-mutation-test/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "move-mutation-test" -version = "2.0.0" +version = "2.1.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 ccbc489e60..3ec7735424 100644 --- a/move-mutator/Cargo.toml +++ b/move-mutator/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "move-mutator" -version = "2.0.0" +version = "2.1.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 d4ca12bdc5..c02792ab0a 100644 --- a/move-spec-test/Cargo.toml +++ b/move-spec-test/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "move-spec-test" -version = "2.0.0" +version = "2.1.0" description = "Move specification testing tool" authors.workspace = true edition.workspace = true diff --git a/mutator-common/Cargo.toml b/mutator-common/Cargo.toml index f5a664ed68..500f2dc17f 100644 --- a/mutator-common/Cargo.toml +++ b/mutator-common/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mutator-common" -version = "2.0.0" +version = "2.1.0" description = "Common set of tools for mutator applications" authors.workspace = true edition.workspace = true