Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
nshmyrev committed Jul 14, 2022
1 parent 354fb67 commit 4ccccd0
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 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.42'
version = '0.3.43'
}

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.42" />
<PackageReference Include="Vosk" Version="0.3.43" />
</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.42</version>
<version>0.3.43</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.42+'
implementation group: 'com.alphacephei', name: 'vosk', version: '0.3.43+'
}
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.42'
version = '0.3.43'

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.42",
"version": "0.3.43",
"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.42",
version="0.3.43",
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 ruby/vosk.gemspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = "vosk"
s.version = "0.3.42"
s.version = "0.3.43"
s.summary = "Offline speech recognition API"
s.description = "Vosk is an offline open source speech recognition toolkit. It enables speech recognition for 20+ languages and dialects - English, Indian English, German, French, Spanish, Portuguese, Chinese, Russian, Turkish, Vietnamese, Italian, Dutch, Catalan, Arabic, Greek, Farsi, Filipino, Ukrainian, Kazakh, Swedish, Japanese, Esperanto, Hindi, Czech, Polish. More to come."
s.authors = ["Alpha Cephei Inc"]
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.42",
"version": "0.3.43",
"description": "Node binding for continuous voice recoginition through vosk-api.",
"repository": {
"type": "git",
Expand Down

0 comments on commit 4ccccd0

Please sign in to comment.