Skip to content

Commit

Permalink
Bump versions 🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
hecrj committed Nov 10, 2022
1 parent a6298ba commit 23299a5
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "iced"
version = "0.5.1"
version = "0.5.2"
authors = ["Héctor Ramón Jiménez <[email protected]>"]
edition = "2021"
description = "A cross-platform GUI library inspired by Elm"
Expand Down
2 changes: 1 addition & 1 deletion core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "iced_core"
version = "0.6.0"
version = "0.6.1"
authors = ["Héctor Ramón Jiménez <[email protected]>"]
edition = "2021"
description = "The essential concepts of Iced"
Expand Down
2 changes: 1 addition & 1 deletion futures/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "iced_futures"
version = "0.5.0"
version = "0.5.1"
authors = ["Héctor Ramón Jiménez <[email protected]>"]
edition = "2021"
description = "Commands, subscriptions, and runtimes for Iced"
Expand Down
2 changes: 1 addition & 1 deletion glow/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "iced_glow"
version = "0.4.0"
version = "0.4.1"
authors = ["Héctor Ramón Jiménez <[email protected]>"]
edition = "2021"
description = "A glow renderer for iced"
Expand Down
2 changes: 1 addition & 1 deletion native/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "iced_native"
version = "0.6.0"
version = "0.6.1"
authors = ["Héctor Ramón Jiménez <[email protected]>"]
edition = "2021"
description = "A renderer-agnostic library for native GUIs"
Expand Down
2 changes: 1 addition & 1 deletion wgpu/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "iced_wgpu"
version = "0.6.0"
version = "0.6.1"
authors = ["Héctor Ramón Jiménez <[email protected]>"]
edition = "2021"
description = "A wgpu renderer for Iced"
Expand Down
2 changes: 1 addition & 1 deletion winit/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "iced_winit"
version = "0.5.0"
version = "0.5.1"
authors = ["Héctor Ramón Jiménez <[email protected]>"]
edition = "2021"
description = "A winit runtime for Iced"
Expand Down

0 comments on commit 23299a5

Please sign in to comment.