Skip to content

Commit

Permalink
v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thewh1teagle committed Oct 16, 2024
1 parent 760b057 commit 305faf0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ members = ["sys"]

[package]
name = "sherpa-rs"
version = "0.2.0"
version = "0.3.0"
edition = "2021"
authors = ["thewh1teagle"]
license = "MIT"
Expand All @@ -22,7 +22,7 @@ keywords = [
eyre = "0.6.12"
hound = { version = "3.5.1" }
log = "0.4.22"
sherpa-rs-sys = { path = "sys", version = "0.2.0" }
sherpa-rs-sys = { path = "sys", version = "0.3.0" }

[dev-dependencies]
clap = { version = "4.5.8", features = ["derive"] }
Expand Down
2 changes: 1 addition & 1 deletion sys/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sherpa-rs-sys"
version = "0.2.0"
version = "0.3.0"
edition = "2021"
authors = ["thewh1teagle"]
homepage = "https://github.com/thewh1teagle/sherpa-rs"
Expand Down

0 comments on commit 305faf0

Please sign in to comment.