Skip to content

Commit

Permalink
Bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
katyo committed Jan 16, 2021
1 parent e42dd8f commit a98967e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions oboe-demo/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "oboe-demo"
description = "Simple sine-wave playing demo"
version = "0.3.0"
version = "0.4.0"
authors = ["K. <[email protected]>"]
edition = "2018"
publish = false
Expand All @@ -11,7 +11,7 @@ crate-type = ["cdylib"]

[dependencies.oboe]
path = "../oboe"
version = "0.3.0"
version = "0.4.0"
#features = ["generate-bindings"]
features = ["java-interface"]
#features = ["generate-bindings", "java-interface"]
Expand Down
2 changes: 1 addition & 1 deletion oboe-sys/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "oboe-sys"
version = "0.3.0"
version = "0.4.0"
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
4 changes: 2 additions & 2 deletions oboe/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "oboe"
version = "0.3.1"
version = "0.4.0"
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.3.0"
version = "0.4.0"
path = "../oboe-sys"

[dependencies.ndk]
Expand Down

0 comments on commit a98967e

Please sign in to comment.