Skip to content

Commit c190157

Browse files
committed
Bump version v0.2.4
1 parent fdb9dac commit c190157

File tree

5 files changed

+16
-16
lines changed

5 files changed

+16
-16
lines changed

Cargo.lock

+8-8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "thoth"
3-
version = "0.2.3"
3+
version = "0.2.4"
44
authors = ["Javier Arias <javi@openbookpublishers.com>"]
55
edition = "2018"
66
license = "Apache-2.0"
@@ -16,8 +16,8 @@ maintenance = { status = "actively-developed" }
1616
members = ["thoth-api", "thoth-app", "thoth-client"]
1717

1818
[dependencies]
19-
thoth-api = {version = "0.2.3", path = "thoth-api", features = ["backend"] }
20-
thoth-client = {version = "0.2.3", path = "thoth-client" }
19+
thoth-api = {version = "0.2.4", path = "thoth-api", features = ["backend"] }
20+
thoth-client = {version = "0.2.4", path = "thoth-client" }
2121
actix-http = "1.0.1"
2222
actix-rt = "1.0.0"
2323
actix-web = "3.0.0"

thoth-api/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "thoth-api"
3-
version = "0.2.3"
3+
version = "0.2.4"
44
authors = ["Javier Arias <javi@openbookpublishers.com>"]
55
edition = "2018"
66
license = "Apache-2.0"

thoth-app/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "thoth-app"
3-
version = "0.2.3"
3+
version = "0.2.4"
44
authors = ["Javier Arias <javi@openbookpublishers.com>"]
55
edition = "2018"
66
license = "Apache-2.0"
@@ -30,4 +30,4 @@ wasm-logger = "0.2.0"
3030
stdweb = "0.4.20"
3131
serde = { version = "1.0.115", features = ["derive"] }
3232
url = "2.1.1"
33-
thoth-api = { version = "0.2.3", path = "../thoth-api" }
33+
thoth-api = { version = "0.2.4", path = "../thoth-api" }

thoth-client/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "thoth-client"
3-
version = "0.2.3"
3+
version = "0.2.4"
44
authors = ["Javier Arias <javi@openbookpublishers.com>"]
55
edition = "2018"
66
license = "Apache-2.0"
@@ -9,7 +9,7 @@ repository = "https://github.com/thoth-pub/thoth"
99
readme = "README.md"
1010

1111
[dependencies]
12-
thoth-api = {version = "0.2.3", path = "../thoth-api" }
12+
thoth-api = {version = "0.2.4", path = "../thoth-api" }
1313
graphql_client = "0.9.0"
1414
chrono = { version = "0.4", features = ["serde"] }
1515
reqwest = { version = "0.10", features = ["json"] }

0 commit comments

Comments
 (0)