Skip to content

Commit 9a9966a

Browse files
committed
misc: Update version
1 parent ed8ce6f commit 9a9966a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "json-structural-diff"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
authors = ["Luni-4 <[email protected]>"]
55
description = "A Rust JSON structural diff library"
66
repository = "https://github.com/Luni-4/json-structural-diff"

json-structural-diff-cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "json-structural-diff-cli"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
authors = ["Luni-4 <[email protected]>"]
55
description = "A Rust JSON structural diff cli"
66
repository = "https://github.com/Luni-4/json-structural-diff"

0 commit comments

Comments
 (0)