Skip to content

Commit

Permalink
Bump version v0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ja573 committed Nov 3, 2020
1 parent 2afe0ad commit 7030fe1
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 16 deletions.
16 changes: 8 additions & 8 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "thoth"
version = "0.2.1"
version = "0.2.2"
authors = ["Javier Arias <[email protected]>"]
edition = "2018"
license = "Apache-2.0"
Expand All @@ -16,8 +16,8 @@ maintenance = { status = "actively-developed" }
members = ["thoth-api", "thoth-app", "thoth-client"]

[dependencies]
thoth-api = {version = "0.2.1", path = "thoth-api", features = ["backend"] }
thoth-client = {version = "0.2.1", path = "thoth-client" }
thoth-api = {version = "0.2.2", path = "thoth-api", features = ["backend"] }
thoth-client = {version = "0.2.2", path = "thoth-client" }
actix-http = "1.0.1"
actix-rt = "1.0.0"
actix-web = "3.0.0"
Expand Down
2 changes: 1 addition & 1 deletion thoth-api/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "thoth-api"
version = "0.2.1"
version = "0.2.2"
authors = ["Javier Arias <[email protected]>"]
edition = "2018"
license = "Apache-2.0"
Expand Down
4 changes: 2 additions & 2 deletions thoth-app/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "thoth-app"
version = "0.2.1"
version = "0.2.2"
authors = ["Javier Arias <[email protected]>"]
edition = "2018"
license = "Apache-2.0"
Expand Down Expand Up @@ -30,4 +30,4 @@ wasm-logger = "0.2.0"
stdweb = "0.4.20"
serde = { version = "1.0.115", features = ["derive"] }
url = "2.1.1"
thoth-api = { version = "0.2.1", path = "../thoth-api" }
thoth-api = { version = "0.2.2", path = "../thoth-api" }
4 changes: 2 additions & 2 deletions thoth-client/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "thoth-client"
version = "0.2.1"
version = "0.2.2"
authors = ["Javier Arias <[email protected]>"]
edition = "2018"
license = "Apache-2.0"
Expand All @@ -9,7 +9,7 @@ repository = "https://github.com/thoth-pub/thoth"
readme = "README.md"

[dependencies]
thoth-api = {version = "0.2.1", path = "../thoth-api" }
thoth-api = {version = "0.2.2", path = "../thoth-api" }
graphql_client = "0.9.0"
chrono = { version = "0.4", features = ["serde"] }
reqwest = { version = "0.10", features = ["json"] }
Expand Down

0 comments on commit 7030fe1

Please sign in to comment.