diff --git a/Cargo.toml b/Cargo.toml index 630cedd..154e42b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,14 +1,14 @@ [package] name = "xcb-wm" -version = "0.2.1" +version = "0.3.0" authors = [ "Armin Friedl " ] description = "Rust implementation of xcb-wm - icccm and ewmh extensions for xcb" readme = "README.md" keywords = ["icccm", "ewmh", "xcb", "window", "x11"] license = "MIT" edition = "2018" -repository = "https://git.friedl.net/incubator/xcb-wm" -homepage = "https://git.friedl.net/incubator/xcb-wm" +repository = "https://github.com/arminfriedl/xcb-wm" +homepage = "https://github.com/arminfriedl/xcb-wm" [dependencies] xcb = "1" diff --git a/README.md b/README.md index b8ed467..a3388d3 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ Add this to your Cargo.toml: ```toml [dependencies] -xcb-wm = "0.2.0" +xcb-wm = "0.3.0" ``` Each request is either a `Get*`, a `Set*` or a `Send*` struct. `Get*` structs