Skip to content

Commit 2af7646

Browse files
committed
Bump version to 0.58.1
1 parent fc7944b commit 2af7646

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
lines changed

snips-nlu-cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "snips-nlu-cli"
3-
version = "0.59.0-SNAPSHOT"
3+
version = "0.58.1"
44
authors = ["Adrien Ball <[email protected]>"]
55

66
[dependencies]

snips-nlu-ffi/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "snips-nlu-ffi"
3-
version = "0.59.0-SNAPSHOT"
3+
version = "0.58.1"
44
authors = [
55
"Kevin Lefevre <[email protected]>",
66
"Thibaut Lorrain <[email protected]>"

snips-nlu-ffi/kotlin/build.gradle

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

1212
apply plugin: 'kotlin'
1313

14-
version = "0.59.0-SNAPSHOT"
14+
version = "0.58.1"
1515
group = "ai.snips"
1616

1717
repositories {
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "snips-nlu-python-ffi"
3-
version = "0.59.0-SNAPSHOT"
3+
version = "0.58.1"
44
authors = ["Adrien Ball <[email protected]>"]
55

66
[lib]
@@ -10,4 +10,4 @@ crate-type = ["cdylib"]
1010
[dependencies]
1111
libc = "0.2"
1212
ffi-utils = { git = "https://github.com/snipsco/snips-utils-rs", rev = "b1f4af3" }
13-
snips-nlu-ffi = { git = "https://github.com/snipsco/snips-nlu-rs", branch = "develop" }
13+
snips-nlu-ffi = { git = "https://github.com/snipsco/snips-nlu-rs", tag = "0.58.1" }
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.59.0-SNAPSHOT
1+
0.58.1

snips-nlu-ffi/swift/SnipsNlu/Dependencies/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
set -e
66

7-
VERSION="0.59.0-SNAPSHOT"
7+
VERSION="0.58.1"
88
SYSTEM=$(echo $1 | tr '[:upper:]' '[:lower:]')
99
LIBRARY_NAME=libsnips_nlu_ffi
1010
LIBRARY_NAME_A=${LIBRARY_NAME}.a

snips-nlu-lib/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "snips-nlu-lib"
3-
version = "0.59.0-SNAPSHOT"
3+
version = "0.58.1"
44
authors = [
55
"Thibaut Lorrain <[email protected]>",
66
"Kevin Lefevre <[email protected]>"

0 commit comments

Comments
 (0)