diff --git a/Cargo.toml b/Cargo.toml index b0ebd34..e6075ed 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "usdpl-rs" -version = "0.1.0" +version = "0.6.0" authors = ["NGnius (Graham) "] edition = "2021" license = "GPL-3.0-only" diff --git a/usdpl-front/Cargo.toml b/usdpl-front/Cargo.toml index 9a8598f..37d1de5 100644 --- a/usdpl-front/Cargo.toml +++ b/usdpl-front/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "usdpl-front" -version = "0.5.0" +version = "0.6.0" authors = ["NGnius (Graham) "] edition = "2021" license = "GPL-3.0-only"