Skip to content

Commit a7bf6a5

Browse files
committed
Bump version
1 parent 7279711 commit a7bf6a5

File tree

10 files changed

+10
-10
lines changed

10 files changed

+10
-10
lines changed

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ buildscript {
1010
}
1111

1212
allprojects {
13-
version = '0.3.48'
13+
version = '0.3.50'
1414
}
1515

1616
subprojects {

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.45" />
14+
<PackageReference Include="Vosk" Version="0.3.50" />
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.48</version>
5+
<version>0.3.50</version>
66
<authors>Alpha Cephei Inc</authors>
77
<owners>Alpha Cephei Inc</owners>
88
<license type="expression">Apache-2.0</license>

java/demo/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ repositories {
1111
}
1212

1313
dependencies {
14-
implementation group: 'com.alphacephei', name: 'vosk', version: '0.3.45'
14+
implementation group: 'com.alphacephei', name: 'vosk', version: '0.3.50'
1515
}

java/lib/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ repositories {
1616

1717
archivesBaseName = 'vosk'
1818
group = 'com.alphacephei'
19-
version = '0.3.48'
19+
version = '0.3.50'
2020

2121
mavenPublish {
2222
group = 'com.alphacephei'

kotlin/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ plugins {
2626
}
2727

2828
group = "com.alphacephei"
29-
version = "0.4.0-alpha0"
29+
version = "0.3.50"
3030

3131
repositories {
3232
google()

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.48",
3+
"version": "0.3.50",
44
"description": "Node binding for continuous offline voice recoginition with Vosk library.",
55
"repository": {
66
"type": "git",

python/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ def get_tag(self):
4545

4646
setuptools.setup(
4747
name="vosk",
48-
version="0.3.48",
48+
version="0.3.50",
4949
author="Alpha Cephei Inc",
5050
author_email="contact@alphacephei.com",
5151
description="Offline open source speech recognition API based on Kaldi and Vosk",

ruby/vosk.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Gem::Specification.new do |s|
22
s.name = "vosk"
3-
s.version = "0.3.48"
3+
s.version = "0.3.50"
44
s.summary = "Offline speech recognition API"
55
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."
66
s.authors = ["Alpha Cephei Inc"]

webjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vosk-js",
3-
"version": "0.3.45",
3+
"version": "0.3.50",
44
"description": "Node binding for continuous voice recoginition through vosk-api.",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)