Skip to content

Commit

Permalink
Bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
nshmyrev committed May 26, 2022
1 parent 55dd29b commit b1b216d
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ buildscript {
}

allprojects {
version = '0.3.41'
version = '0.3.42'
}

subprojects {
Expand Down
2 changes: 1 addition & 1 deletion csharp/demo/VoskDemo.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Vosk" Version="0.3.41" />
<PackageReference Include="Vosk" Version="0.3.42" />
</ItemGroup>

</Project>
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.41</version>
<version>0.3.42</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 @@ -12,5 +12,5 @@ repositories {

dependencies {
implementation group: 'net.java.dev.jna', name: 'jna', version: '5.7.0'
implementation group: 'com.alphacephei', name: 'vosk', version: '0.3.41+'
implementation group: 'com.alphacephei', name: 'vosk', version: '0.3.42+'
}
2 changes: 1 addition & 1 deletion java/lib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ repositories {

archivesBaseName = 'vosk'
group = 'com.alphacephei'
version = '0.3.41'
version = '0.3.42'

mavenPublish {
group = 'com.alphacephei'
Expand Down
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.41",
"version": "0.3.42",
"description": "Node binding for continuous offline voice recoginition with Vosk library.",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def get_tag(self):

setuptools.setup(
name="vosk",
version="0.3.41",
version="0.3.42",
author="Alpha Cephei Inc",
author_email="[email protected]",
description="Offline open source speech recognition API based on Kaldi and Vosk",
Expand Down
2 changes: 1 addition & 1 deletion webjs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vosk-js",
"version": "0.3.41",
"version": "0.3.42",
"description": "Node binding for continuous voice recoginition through vosk-api.",
"repository": {
"type": "git",
Expand Down

0 comments on commit b1b216d

Please sign in to comment.