Skip to content

Commit

Permalink
Merge pull request #34 from snipsco/task/bump-0.14.0
Browse files Browse the repository at this point in the history
Bump to 0.14.0
  • Loading branch information
hdlj authored Sep 19, 2017
2 parents 42e7acc + 19b8bcd commit c68829b
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rustling-ontology"
version = "0.13.1"
version = "0.14.0"
authors = ["hdlj <[email protected]>"]
build = "build.rs"

Expand Down
2 changes: 1 addition & 1 deletion cli-debug/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rustling-cli-debug"
version = "0.13.1"
version = "0.14.0"
authors = ["hdlj <[email protected]>", "Mathieu Poumeyrol <[email protected]>"]

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rustling-cli"
version = "0.13.1"
version = "0.14.0"
authors = ["hdlj <[email protected]>", "Mathieu Poumeyrol <[email protected]>"]

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion moment/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rustling-ontology-moment"
version = "0.13.1"
version = "0.14.0"
authors = ["hdlj <[email protected]>"]

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion rules/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rustling-ontology-rules"
version = "0.13.1"
version = "0.14.0"
authors = ["Mathieu Poumeyrol <[email protected]>"]

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion training/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rustling-ontology-training"
version = "0.13.1"
version = "0.14.0"
authors = ["Mathieu Poumeyrol <[email protected]>"]

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion values/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rustling-ontology-values"
version = "0.13.1"
version = "0.14.0"
authors = ["Mathieu Poumeyrol <[email protected]>"]

[dependencies]
Expand Down

0 comments on commit c68829b

Please sign in to comment.