diff --git a/Cargo.lock b/Cargo.lock index bac5be3..c05bce9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1491,7 +1491,7 @@ checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" [[package]] name = "vpm-repos-gen" -version = "0.1.0" +version = "1.0.0" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index ad5f53c..0e1feb7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "vpm-repos-gen" -version = "0.1.0" +version = "1.0.0" authors = ["koyashiro "] edition = "2021" description = "vpm repos generator"