Skip to content

Commit e0f4c47

Browse files
authored
chore: bump to 2.2.0 after M3 approval (#141)
1 parent 6413277 commit e0f4c47

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

move-mutation-test/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "move-mutation-test"
3-
version = "2.1.0"
3+
version = "2.2.0"
44
description = "Move mutation unit testing tool"
55
authors.workspace = true
66
edition.workspace = true

move-mutator/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "move-mutator"
3-
version = "2.1.0"
3+
version = "2.2.0"
44
description = "Move mutation tool"
55
authors.workspace = true
66
edition.workspace = true

move-spec-test/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "move-spec-test"
3-
version = "2.1.0"
3+
version = "2.2.0"
44
description = "Move specification testing tool"
55
authors.workspace = true
66
edition.workspace = true

mutator-common/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mutator-common"
3-
version = "2.1.0"
3+
version = "2.2.0"
44
description = "Common set of tools for mutator applications"
55
authors.workspace = true
66
edition.workspace = true

0 commit comments

Comments
 (0)