Skip to content

Commit

Permalink
Bump version to 0.57.1
Browse files Browse the repository at this point in the history
  • Loading branch information
adrienball committed Jul 9, 2018
1 parent cc7dcc8 commit 7ead742
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion snips-nlu-ffi/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "snips-nlu-ffi"
version = "0.58.0-SNAPSHOT"
version = "0.57.1"
authors = [
"Kevin Lefevre <[email protected]>",
"Thibaut Lorrain <[email protected]>"
Expand Down
2 changes: 1 addition & 1 deletion snips-nlu-ffi/kotlin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ buildscript {

apply plugin: 'kotlin'

version = "0.58.0-SNAPSHOT"
version = "0.57.1"
group = "ai.snips"

repositories {
Expand Down
4 changes: 2 additions & 2 deletions snips-nlu-ffi/python/snips-nlu-python-ffi/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "snips-nlu-python-ffi"
version = "0.58.0-SNAPSHOT"
version = "0.57.1"
authors = ["Adrien Ball <[email protected]>"]

[lib]
Expand All @@ -10,4 +10,4 @@ crate-type = ["cdylib"]
[dependencies]
libc = "0.2"
ffi-utils = { git = "https://github.com/snipsco/snips-utils-rs", rev = "b1f4af3" }
snips-nlu-ffi = { git = "https://github.com/snipsco/snips-nlu-rs", branch = "develop" }
snips-nlu-ffi = { git = "https://github.com/snipsco/snips-nlu-rs", tag = "0.57.1" }
2 changes: 1 addition & 1 deletion snips-nlu-ffi/python/snips_nlu_rust/__version__
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.58.0-SNAPSHOT
0.57.1
2 changes: 1 addition & 1 deletion snips-nlu-ffi/swift/SnipsNlu/Dependencies/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

set -e

VERSION="0.58.0-SNAPSHOT"
VERSION="0.57.1"
SYSTEM=$(echo $1 | tr '[:upper:]' '[:lower:]')
LIBRARY_NAME=libsnips_nlu_ffi
LIBRARY_NAME_A=${LIBRARY_NAME}.a
Expand Down
2 changes: 1 addition & 1 deletion snips-nlu-lib/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "snips-nlu-lib"
version = "0.58.0-SNAPSHOT"
version = "0.57.1"
authors = [
"Thibaut Lorrain <[email protected]>",
"Kevin Lefevre <[email protected]>"
Expand Down
2 changes: 1 addition & 1 deletion snips-nlu-resources-packed/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "snips-nlu-resources-packed"
version = "0.58.0-SNAPSHOT"
version = "0.57.1"
authors = ["Thibaut Lorrain <[email protected]>"]
build = "build.rs"

Expand Down
2 changes: 1 addition & 1 deletion snips-nlu-resources/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "snips-nlu-resources"
version = "0.58.0-SNAPSHOT"
version = "0.57.1"
authors = ["Thibaut Lorrain <[email protected]>"]

[dependencies]
Expand Down

0 comments on commit 7ead742

Please sign in to comment.