Skip to content

Commit

Permalink
Bump version to 0.3.32
Browse files Browse the repository at this point in the history
  • Loading branch information
nshmyrev committed Oct 30, 2021
1 parent 5bcdf45 commit 4c562e1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion csharp/nuget/Vosk.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package>
<metadata>
<id>Vosk</id>
<version>0.3.31</version>
<version>0.3.32</version>
<authors>Alpha Cephei Inc</authors>
<owners>Alpha Cephei Inc</owners>
<license type="expression">Apache-2.0</license>
Expand Down
2 changes: 1 addition & 1 deletion java/demo/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ repositories {

dependencies {
implementation group: 'net.java.dev.jna', name: 'jna', version: '5.7.0'
implementation group: 'com.alphacephei', name: 'vosk', version: '0.3.30+'
implementation group: 'com.alphacephei', name: 'vosk', version: '0.3.32+'
}
2 changes: 1 addition & 1 deletion nodejs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vosk",
"version": "0.3.31",
"version": "0.3.32",
"description": "Node binding for continuous offline voice recoginition with Vosk library.",
"repository": {
"type": "git",
Expand Down

0 comments on commit 4c562e1

Please sign in to comment.