Skip to content

Commit

Permalink
Bump version to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
asherkin committed Jan 18, 2020
1 parent aa81548 commit 3798e3c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "sm-ext"
version = "0.2.0"
version = "0.3.0"
authors = ["Asher Baker <asherkin@limetech.io>"]
edition = "2018"
description = "Helpers for writing SourceMod Extensions in Rust"
Expand All @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion 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 <asherkin@limetech.io>"]
edition = "2018"
workspace = ".."
Expand Down

0 comments on commit 3798e3c

Please sign in to comment.