Skip to content

Commit

Permalink
bump to 0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hdlj committed Jul 3, 2017
1 parent ec69fcc commit 342c0c1
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.11.1"
version = "0.12.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.11.1"
version = "0.12.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.11.1"
version = "0.12.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.11.1"
version = "0.12.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.11.1"
version = "0.12.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.11.1"
version = "0.12.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.11.1"
version = "0.12.0"
authors = ["Mathieu Poumeyrol <[email protected]>"]

[dependencies]
Expand Down

0 comments on commit 342c0c1

Please sign in to comment.