Skip to content

Commit 3ee35e4

Browse files
bump to 0.4.4
1 parent 0857a73 commit 3ee35e4

File tree

11 files changed

+15
-15
lines changed

11 files changed

+15
-15
lines changed

gdk4-wayland/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ license = "MIT"
99
name = "gdk4-wayland"
1010
readme = "README.md"
1111
repository = "https://github.com/gtk-rs/gtk4-rs"
12-
version = "0.4.3"
12+
version = "0.4.4"
1313
rust-version = "1.56"
1414

1515
[features]

gdk4-wayland/sys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ keywords = ["gdk4", "gdk4-wayland", "ffi", "gtk-rs", "gnome"]
99
license = "MIT"
1010
name = "gdk4-wayland-sys"
1111
repository = "https://github.com/gtk-rs/gtk4-rs"
12-
version = "0.4.3"
12+
version = "0.4.4"
1313
rust-version = "1.56"
1414
[package.metadata.system-deps.gtk4_wayland]
1515
name = "gtk4-wayland"

gdk4-x11/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ license = "MIT"
99
name = "gdk4-x11"
1010
readme = "README.md"
1111
repository = "https://github.com/gtk-rs/gtk4-rs"
12-
version = "0.4.3"
12+
version = "0.4.4"
1313
rust-version = "1.56"
1414

1515
[features]

gdk4-x11/sys/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ keywords = ["gdk4", "gdk4-x11", "ffi", "gtk-rs", "gnome"]
99
license = "MIT"
1010
name = "gdk4-x11-sys"
1111
repository = "https://github.com/gtk-rs/gtk4-rs"
12-
version = "0.4.3"
12+
version = "0.4.4"
1313
rust-version = "1.56"
1414
[package.metadata.system-deps.gtk4_x11]
1515
name = "gtk4-x11"
@@ -33,7 +33,7 @@ libc = "0.2"
3333
[dependencies.gdk]
3434
package = "gdk4-sys"
3535
path = "../../gdk4/sys"
36-
version = "0.4.3"
36+
version = "0.4.4"
3737

3838
[dependencies.glib]
3939
package = "glib-sys"

gdk4/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ license = "MIT"
99
name = "gdk4"
1010
readme = "README.md"
1111
repository = "https://github.com/gtk-rs/gtk4-rs"
12-
version = "0.4.3"
12+
version = "0.4.4"
1313
rust-version = "1.56"
1414

1515
[lib]

gdk4/sys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ keywords = ["gdk", "gdk4", "ffi", "gtk-rs", "gnome"]
99
license = "MIT"
1010
name = "gdk4-sys"
1111
repository = "https://github.com/gtk-rs/gtk4-rs"
12-
version = "0.4.3"
12+
version = "0.4.4"
1313
rust-version = "1.56"
1414
[package.metadata.docs.rs]
1515
features = ["dox"]

gsk4/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ license = "MIT"
99
name = "gsk4"
1010
readme = "README.md"
1111
repository = "https://github.com/gtk-rs/gtk4-rs"
12-
version = "0.4.3"
12+
version = "0.4.4"
1313
rust-version = "1.56"
1414

1515
[lib]

gsk4/sys/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ keywords = ["gsk", "ffi", "gtk-rs", "gnome"]
99
license = "MIT"
1010
name = "gsk4-sys"
1111
repository = "https://github.com/gtk-rs/gtk4-rs"
12-
version = "0.4.3"
12+
version = "0.4.4"
1313
rust-version = "1.56"
1414
[package.metadata.docs.rs]
1515
features = ["dox"]
@@ -47,7 +47,7 @@ branch = "0.15"
4747
[dependencies.gdk]
4848
package = "gdk4-sys"
4949
path = "../../gdk4/sys"
50-
version = "0.4.3"
50+
version = "0.4.4"
5151

5252
[dependencies.glib]
5353
package = "glib-sys"

gtk4-macros/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ keywords = ["gtk", "gtk4", "gtk-rs", "gnome", "GUI"]
99
license = "MIT"
1010
name = "gtk4-macros"
1111
repository = "https://github.com/gtk-rs/gtk4-rs"
12-
version = "0.4.3"
12+
version = "0.4.4"
1313
rust-version = "1.56"
1414

1515
[lib]

gtk4/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ license = "MIT"
1010
name = "gtk4"
1111
readme = "README.md"
1212
repository = "https://github.com/gtk-rs/gtk4-rs"
13-
version = "0.4.3"
13+
version = "0.4.4"
1414
rust-version = "1.56"
1515

1616
[lib]

0 commit comments

Comments
 (0)