Skip to content

Commit 7790ac5

Browse files
committed
Update versions in bindings
1 parent 7b3ea0b commit 7790ac5

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

csharp/demo/VoskDemo.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
</PropertyGroup>
1212

1313
<ItemGroup>
14-
<PackageReference Include="Vosk" Version="0.3.30" />
14+
<PackageReference Include="Vosk" Version="0.3.31" />
1515
</ItemGroup>
1616

1717
</Project>

csharp/nuget/Vosk.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package>
33
<metadata>
44
<id>Vosk</id>
5-
<version>0.3.30</version>
5+
<version>0.3.31</version>
66
<authors>Alpha Cephei Inc</authors>
77
<owners>Alpha Cephei Inc</owners>
88
<license type="expression">Apache-2.0</license>

java/lib/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ plugins {
55

66
archivesBaseName = 'vosk'
77
group = 'com.alphacephei'
8-
version = '0.3.30'
8+
version = '0.3.31'
99

1010
repositories {
1111
mavenCentral()

nodejs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vosk",
3-
"version": "0.3.30",
3+
"version": "0.3.31",
44
"description": "Node binding for continuous offline voice recoginition with Vosk library.",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)