Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
katyo committed Aug 18, 2021
1 parent 02be29f commit b86483d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "oboe"
version = "0.4.3"
version = "0.4.4"
description = "Safe interface for oboe an android library for low latency audio IO"
categories = ["api-bindings", "multimedia::audio"]
keywords = ["oboe", "android", "audio", "aaudio", "opensles"]
Expand All @@ -19,7 +19,7 @@ num-traits = "0.2"
num-derive = "0.3"

[dependencies.oboe-sys]
version = "0.4.3"
version = "0.4.4"
path = "sys"

[dependencies.ndk]
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 = "oboe-sys"
version = "0.4.3"
version = "0.4.4"
description = "Unsafe bindings for oboe an android library for low latency audio IO"
categories = ["external-ffi-bindings", "multimedia::audio"]
keywords = ["oboe", "android", "audio", "aaudio", "opensles"]
Expand Down

0 comments on commit b86483d

Please sign in to comment.