diff --git a/Cargo.toml b/Cargo.toml index 34b1ac7..3958f9d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sm-ext" -version = "0.2.0" +version = "0.3.0" authors = ["Asher Baker "] edition = "2018" description = "Helpers for writing SourceMod Extensions in Rust" @@ -19,7 +19,7 @@ libc = "0.2.66" c_str_macro = "1.0.2" [dependencies.sm-ext-derive] -version = "0.2.0" +version = "0.3.0" path = "sm-ext-derive" [dev-dependencies] diff --git a/sm-ext-derive/Cargo.toml b/sm-ext-derive/Cargo.toml index 6434c01..df02862 100644 --- a/sm-ext-derive/Cargo.toml +++ b/sm-ext-derive/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sm-ext-derive" -version = "0.2.0" +version = "0.3.0" authors = ["Asher Baker "] edition = "2018" workspace = ".."