diff --git a/Cargo.lock b/Cargo.lock index 5f16de5..a9b878a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -35,14 +35,14 @@ checksum = "ae743338b92ff9146ce83992f766a31066a91a8c84a45e0e9f21e7cf6de6d346" [[package]] name = "omp" -version = "0.1.0" +version = "0.2.0" dependencies = [ "omp-gdk", ] [[package]] name = "omp-codegen" -version = "0.1.0" +version = "0.2.0" dependencies = [ "quote", "syn", @@ -50,7 +50,7 @@ dependencies = [ [[package]] name = "omp-gdk" -version = "0.1.0" +version = "0.2.0" dependencies = [ "omp-codegen", "paste", diff --git a/omp-codegen/Cargo.toml b/omp-codegen/Cargo.toml index 60484e4..04df307 100644 --- a/omp-codegen/Cargo.toml +++ b/omp-codegen/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "omp-codegen" -version = "0.1.0" +version = "0.2.0" authors = ["Sreyas "] description = "Codegen for omprs" license = "Apache-2.0" diff --git a/omp-gdk/Cargo.toml b/omp-gdk/Cargo.toml index 1d1a370..aa68f79 100644 --- a/omp-gdk/Cargo.toml +++ b/omp-gdk/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "omp-gdk" -version = "0.1.0" +version = "0.2.0" authors = ["Sreyas "] description = "Rust SDK for developing open.mp gamemodes" license = "Apache-2.0" @@ -8,7 +8,7 @@ repository = "https://github.com/sreyas-sreelal/omprs-gdk/" edition = "2021" [dependencies] -omp-codegen = {path="../omp-codegen",version="0.1.0"} +omp-codegen = {path="../omp-codegen",version="0.2.0"} paste = "1.0" [target.'cfg(windows)'.dependencies] diff --git a/omp/Cargo.toml b/omp/Cargo.toml index 6e532c2..4a5565f 100644 --- a/omp/Cargo.toml +++ b/omp/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "omp" -version = "0.1.0" +version = "0.2.0" authors = ["Sreyas "] description = "Rust SDK for developing open.mp gamemodes" license = "Apache-2.0" @@ -8,4 +8,4 @@ repository = "https://github.com/sreyas-sreelal/omprs-gdk/" edition = "2021" [dependencies] -omp-gdk = {path="../omp-gdk",version="0.1.0"} \ No newline at end of file +omp-gdk = {path="../omp-gdk",version="0.2.0"} \ No newline at end of file