Skip to content

Commit fc1e414

Browse files
authored
Merge pull request #71 from snipsco/task/bump-15.3
Bump to 0.15.3
2 parents 3da433c + 4979a51 commit fc1e414

File tree

13 files changed

+13
-12
lines changed

13 files changed

+13
-12
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rustling-ontology"
3-
version = "0.15.2"
3+
version = "0.15.3"
44
authors = ["hdlj <[email protected]>"]
55
build = "build.rs"
66

cli-debug/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rustling-cli-debug"
3-
version = "0.15.2"
3+
version = "0.15.3"
44
authors = ["hdlj <[email protected]>", "Mathieu Poumeyrol <[email protected]>"]
55

66
[dependencies]

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 = "rustling-cli"
3-
version = "0.15.2"
3+
version = "0.15.3"
44
authors = ["hdlj <[email protected]>", "Mathieu Poumeyrol <[email protected]>"]
55

66
[dependencies]

grammar/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rustling-ontology-grammar"
3-
version = "0.1.0"
3+
version = "0.15.3"
44
authors = ["hdlj <[email protected]>"]
55

66
[dependencies]

grammar/de/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rustling-ontology-de"
3-
version = "0.1.0"
3+
version = "0.15.3"
44
authors = ["hdlj <[email protected]>"]
55

66
[dependencies]

grammar/en/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rustling-ontology-en"
3-
version = "0.1.0"
3+
version = "0.15.3"
44
authors = ["hdlj <[email protected]>"]
55

66
[dependencies]

grammar/es/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rustling-ontology-es"
3-
version = "0.1.0"
3+
version = "0.15.3"
44
authors = ["hdlj <[email protected]>"]
55

66
[dependencies]

grammar/fr/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rustling-ontology-fr"
3-
version = "0.1.0"
3+
version = "0.15.3"
44
authors = ["hdlj <[email protected]>"]
55

66
[dependencies]

grammar/ko/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rustling-ontology-ko"
3-
version = "0.1.0"
3+
version = "0.15.3"
44
authors = ["hdlj <[email protected]>"]
55

66
[dependencies]

grammar/zh/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rustling-ontology-zh"
3-
version = "0.1.0"
3+
version = "0.15.3"
44
authors = ["hdlj <[email protected]>"]
55

66
[dependencies]

0 commit comments

Comments
 (0)