Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix version
  • Loading branch information
antoyo committed Feb 6, 2020
1 parent 62f6826 commit 35ddfb9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.adoc
Expand Up @@ -27,8 +27,8 @@ First, add this to your `Cargo.toml`:
[source,toml]
----
gtk = "^0.7.0"
relm = "^0.18.0"
relm-derive = "^0.18.0"
relm = "^0.19.0"
relm-derive = "^0.19.0"
----

Next, add this to your crate:
Expand Down
2 changes: 1 addition & 1 deletion relm-examples/Cargo.toml
Expand Up @@ -4,7 +4,7 @@ categories = ["asynchronous", "gui"]
description = "Examples for relm"
license = "MIT"
name = "relm-examples"
version = "0.18.0"
version = "0.19.0"
edition = "2018"

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion relm-test/Cargo.toml
Expand Up @@ -14,4 +14,4 @@ gtk-test = "^0.5"

[dependencies.relm]
path = ".."
version = "^0.18.0"
version = "^0.19.0"

0 comments on commit 35ddfb9

Please sign in to comment.