diff --git a/atk/Cargo.toml b/atk/Cargo.toml index 5f60540cc182..374f748caf49 100644 --- a/atk/Cargo.toml +++ b/atk/Cargo.toml @@ -7,7 +7,7 @@ name = "atk" homepage = "https://gtk-rs.org/" authors = ["The gtk-rs Project Developers"] readme = "README.md" -version = "0.17.0" +version = "0.17.1" keywords = ["atk", "gtk-rs", "gnome", "accessibility"] repository = "https://github.com/gtk-rs/gtk3-rs" exclude = ["gir-files/*"] diff --git a/atk/sys/Cargo.toml b/atk/sys/Cargo.toml index c5afcf804864..bc6c8b049db4 100644 --- a/atk/sys/Cargo.toml +++ b/atk/sys/Cargo.toml @@ -41,7 +41,7 @@ license = "MIT" links = "atk-1.0" name = "atk-sys" repository = "https://github.com/gtk-rs/gtk3-rs" -version = "0.17.0" +version = "0.17.1" edition = "2021" rust-version = "1.64" diff --git a/gdk/Cargo.toml b/gdk/Cargo.toml index c449e82789f9..bc55041e4f11 100644 --- a/gdk/Cargo.toml +++ b/gdk/Cargo.toml @@ -6,7 +6,7 @@ authors = ["The gtk-rs Project Developers"] keywords = ["gdk", "gtk", "gtk-rs", "gnome", "GUI"] readme = "README.md" documentation = "https://gtk-rs.org/gtk3-rs/stable/latest/docs/gdk/" -version = "0.17.0" +version = "0.17.1" description = "Rust bindings for the GDK 3 library" repository = "https://github.com/gtk-rs/gtk3-rs" exclude = [ diff --git a/gdk/sys/Cargo.toml b/gdk/sys/Cargo.toml index 0a7dca380733..985bc2bcc2e0 100644 --- a/gdk/sys/Cargo.toml +++ b/gdk/sys/Cargo.toml @@ -62,7 +62,7 @@ license = "MIT" links = "gdk-3" name = "gdk-sys" repository = "https://github.com/gtk-rs/gtk3-rs" -version = "0.17.0" +version = "0.17.1" edition = "2021" rust-version = "1.64" diff --git a/gdkwayland/Cargo.toml b/gdkwayland/Cargo.toml index 8b76072cf064..0d8f599a4d08 100644 --- a/gdkwayland/Cargo.toml +++ b/gdkwayland/Cargo.toml @@ -9,7 +9,7 @@ license = "MIT" name = "gdkwayland" readme = "README.md" repository = "https://github.com/gtk-rs/gtk3-rs" -version = "0.17.0" +version = "0.17.1" rust-version = "1.64" [features] diff --git a/gdkwayland/sys/Cargo.toml b/gdkwayland/sys/Cargo.toml index f305340ca3a3..40ea3ad772e2 100644 --- a/gdkwayland/sys/Cargo.toml +++ b/gdkwayland/sys/Cargo.toml @@ -6,7 +6,7 @@ keywords = ["gdk", "ffi", "gtk-rs", "gnome"] license = "MIT" name = "gdkwayland-sys" repository = "https://github.com/gtk-rs/gtk3-rs" -version = "0.17.0" +version = "0.17.1" edition = "2021" rust-version = "1.64" diff --git a/gdkx11/Cargo.toml b/gdkx11/Cargo.toml index c9899a69b54a..024ecaae1bc4 100644 --- a/gdkx11/Cargo.toml +++ b/gdkx11/Cargo.toml @@ -6,7 +6,7 @@ authors = ["The gtk-rs Project Developers"] keywords = ["gdkx11", "gdk", "gtk-rs", "gnome", "GUI"] readme = "README.md" documentation = "https://gtk-rs.org/gtk3-rs/stable/latest/docs/gdkx11/" -version = "0.17.0" +version = "0.17.1" description = "Rust bindings for the GDK X11 library" repository = "https://github.com/gtk-rs/gtk3-rs" exclude = ["gir-files/*"] diff --git a/gdkx11/sys/Cargo.toml b/gdkx11/sys/Cargo.toml index 245c8cb8e06f..ac69ad927dca 100644 --- a/gdkx11/sys/Cargo.toml +++ b/gdkx11/sys/Cargo.toml @@ -6,7 +6,7 @@ keywords = ["gdkx11", "ffi", "gtk-rs", "gnome"] license = "MIT" repository = "https://github.com/gtk-rs/gtk3-rs" name = "gdkx11-sys" -version = "0.17.0" +version = "0.17.1" build = "build.rs" edition = "2021" rust-version = "1.64" diff --git a/gtk/Cargo.toml b/gtk/Cargo.toml index 774ef0b04a73..a7abe989cb7d 100644 --- a/gtk/Cargo.toml +++ b/gtk/Cargo.toml @@ -7,7 +7,7 @@ name = "gtk" homepage = "https://gtk-rs.org/" authors = ["The gtk-rs Project Developers"] readme = "README.md" -version = "0.17.0" +version = "0.17.1" keywords = ["gtk", "gtk-rs", "gnome", "GUI"] repository = "https://github.com/gtk-rs/gtk3-rs" build = "build.rs" diff --git a/gtk/sys/Cargo.toml b/gtk/sys/Cargo.toml index ce4d5a23ff77..c542c9f3ec81 100644 --- a/gtk/sys/Cargo.toml +++ b/gtk/sys/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gtk-sys" -version = "0.17.0" +version = "0.17.1" links = "gtk-3" build = "build.rs" authors = ["The gtk-rs Project Developers"] diff --git a/gtk3-macros/Cargo.toml b/gtk3-macros/Cargo.toml index 6697167d5195..1489b07df7c8 100644 --- a/gtk3-macros/Cargo.toml +++ b/gtk3-macros/Cargo.toml @@ -5,7 +5,7 @@ license = "MIT" description = "Rust bindings for the GTK 3 library" homepage = "https://gtk-rs.org/" name = "gtk3-macros" -version = "0.17.0" +version = "0.17.1" authors = ["The gtk-rs Project Developers"] edition = "2021" keywords = ["gtk", "gtk3", "gtk-rs", "gnome", "GUI"]