diff --git a/Cargo.lock b/Cargo.lock index 0ebd9f7..a18eeaf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -94,7 +94,7 @@ dependencies = [ [[package]] name = "jtd-infer" -version = "0.2.0-test.1" +version = "0.2.0-test.2" dependencies = [ "anyhow", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 3639afa..50cb31a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "jtd-infer" description = "Generate JSON Typedef schemas from example data" -version = "0.2.0-test.1" +version = "0.2.0-test.2" license = "MIT" authors = ["Ulysse Carion "] edition = "2018"