Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
nshmyrev committed Apr 22, 2024
1 parent 7279711 commit a7bf6a5
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 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.48'
version = '0.3.50'
}

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.45" />
<PackageReference Include="Vosk" Version="0.3.50" />
</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.48</version>
<version>0.3.50</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 @@ -11,5 +11,5 @@ repositories {
}

dependencies {
implementation group: 'com.alphacephei', name: 'vosk', version: '0.3.45'
implementation group: 'com.alphacephei', name: 'vosk', version: '0.3.50'
}
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.48'
version = '0.3.50'

mavenPublish {
group = 'com.alphacephei'
Expand Down
2 changes: 1 addition & 1 deletion kotlin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ plugins {
}

group = "com.alphacephei"
version = "0.4.0-alpha0"
version = "0.3.50"

repositories {
google()
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.48",
"version": "0.3.50",
"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 @@ -45,7 +45,7 @@ def get_tag(self):

setuptools.setup(
name="vosk",
version="0.3.48",
version="0.3.50",
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.48"
s.version = "0.3.50"
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.45",
"version": "0.3.50",
"description": "Node binding for continuous voice recoginition through vosk-api.",
"repository": {
"type": "git",
Expand Down

0 comments on commit a7bf6a5

Please sign in to comment.