Bump version to 0.13.1 🎉

This commit is contained in:
Héctor Ramón Jiménez 2024-09-19 07:05:51 +02:00
parent 6bed89973d
commit bf3b6f100d
No known key found for this signature in database
GPG key ID: 7CC46565708259A7
2 changed files with 31 additions and 13 deletions

View file

@ -117,7 +117,7 @@ members = [
]
[workspace.package]
version = "0.13.0"
version = "0.13.1"
authors = ["Héctor Ramón Jiménez <hector@hecrj.dev>"]
edition = "2021"
license = "MIT"
@ -128,17 +128,17 @@ keywords = ["gui", "ui", "graphics", "interface", "widgets"]
rust-version = "1.80"
[workspace.dependencies]
iced = { version = "0.13.0", path = "." }
iced_core = { version = "0.13.0", path = "core" }
iced_futures = { version = "0.13.0", path = "futures" }
iced_graphics = { version = "0.13.0", path = "graphics" }
iced_highlighter = { version = "0.13.0", path = "highlighter" }
iced_renderer = { version = "0.13.0", path = "renderer" }
iced_runtime = { version = "0.13.0", path = "runtime" }
iced_tiny_skia = { version = "0.13.0", path = "tiny_skia" }
iced_wgpu = { version = "0.13.0", path = "wgpu" }
iced_widget = { version = "0.13.0", path = "widget" }
iced_winit = { version = "0.13.0", path = "winit" }
iced = { version = "0.13", path = "." }
iced_core = { version = "0.13", path = "core" }
iced_futures = { version = "0.13", path = "futures" }
iced_graphics = { version = "0.13", path = "graphics" }
iced_highlighter = { version = "0.13", path = "highlighter" }
iced_renderer = { version = "0.13", path = "renderer" }
iced_runtime = { version = "0.13", path = "runtime" }
iced_tiny_skia = { version = "0.13", path = "tiny_skia" }
iced_wgpu = { version = "0.13", path = "wgpu" }
iced_widget = { version = "0.13", path = "widget" }
iced_winit = { version = "0.13", path = "winit" }
async-std = "1.0"
bitflags = "2.0"