Skip to content

Commit

Permalink
version 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
GiviMAD committed Sep 6, 2023
1 parent 1328584 commit a7b1746
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions binding/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 binding/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rustpotter-java"
version = "3.0.0"
version = "3.0.1"
edition = "2021"
description = "Java binding for Rustpotter, an open source wakeword spotter forged in rust."

Expand All @@ -9,7 +9,7 @@ crate-type = ["cdylib"]

[dependencies]
log = "^0.4.19"
rustpotter = { version = "3.0.0", features = [ "debug", "record" ] }
rustpotter = { version = "3.0.1", features = [ "debug", "record" ] }

[build-dependencies]
flapigen = "0.6.0"
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>io.github.givimad</groupId>
<artifactId>rustpotter-java</artifactId>
<version>3.0.0</version>
<version>3.0.1</version>

<name>rustpotter-java</name>
<url>https://github.com/GiviMAD/rustpotter-java</url>
Expand Down

0 comments on commit a7b1746

Please sign in to comment.