diff --git a/move-mutation-test/Cargo.toml b/move-mutation-test/Cargo.toml index 4ab94a1597..76bdff85cf 100644 --- a/move-mutation-test/Cargo.toml +++ b/move-mutation-test/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "move-mutation-test" -version = "2.1.0" +version = "2.2.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 3ec7735424..e4d24072d9 100644 --- a/move-mutator/Cargo.toml +++ b/move-mutator/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "move-mutator" -version = "2.1.0" +version = "2.2.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 c02792ab0a..e011522300 100644 --- a/move-spec-test/Cargo.toml +++ b/move-spec-test/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "move-spec-test" -version = "2.1.0" +version = "2.2.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 500f2dc17f..33b469c6ac 100644 --- a/mutator-common/Cargo.toml +++ b/mutator-common/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mutator-common" -version = "2.1.0" +version = "2.2.0" description = "Common set of tools for mutator applications" authors.workspace = true edition.workspace = true