Skip to content

Commit

Permalink
Merge pull request #153 from CSML-by-Clevy/v1.3.6
Browse files Browse the repository at this point in the history
v1.3.6
  • Loading branch information
frsechet authored Nov 24, 2020
2 parents 53631b7 + 3b4dde5 commit 63fb88c
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion bindings/node/native/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "csml_engine_node"
version = "1.3.5"
version = "1.3.6"
authors = ["Alexis Merelo <alexis.merelo@clevy.io>"]
license = "MIT"
build = "build.rs"
Expand Down
4 changes: 2 additions & 2 deletions csml_engine/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "csml_engine"
version = "1.3.5"
version = "1.3.6"
authors = [
"Alexis Merelo <alexis.merelo@clevy.io>",
"François Falala-Sechet <francois@clevy.io>",
Expand Down Expand Up @@ -50,7 +50,7 @@ features = ["rustls"]
optional = true

[dependencies]
csml_interpreter = { version = "1.3.5", path = "../csml_interpreter" }
csml_interpreter = { version = "1.3.6", path = "../csml_interpreter" }
multimap = "0.8.1"
md-5 = "0.9.1"
chrono = "0.4"
Expand Down
2 changes: 1 addition & 1 deletion csml_interpreter/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "csml_interpreter"
version = "1.3.5"
version = "1.3.6"
authors = [
"Alexis Merelo <alexis.merelo@clevy.io>",
"François Falala-Sechet <francois@clevy.io>",
Expand Down
2 changes: 1 addition & 1 deletion csml_server/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "csml_server"
version = "1.3.5"
version = "1.3.6"
authors = ["François Falala-Sechet <francois@clevy.io>"]
edition = "2018"

Expand Down

0 comments on commit 63fb88c

Please sign in to comment.