summaryrefslogtreecommitdiffstats
path: root/core/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2023-02-25 21:43:53 +0100
committerLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2023-02-25 21:43:53 +0100
commit5f93437285c4451a8b5ffac1b3c9e1b91e8a5918 (patch)
tree9c7229e5ed5180e3c9eddffdceead442ada78abd /core/Cargo.toml
parentbe8102ea3b65431cd58b239d61ac3474508a638d (diff)
downloadiced-5f93437285c4451a8b5ffac1b3c9e1b91e8a5918.tar.gz
iced-5f93437285c4451a8b5ffac1b3c9e1b91e8a5918.tar.bz2
iced-5f93437285c4451a8b5ffac1b3c9e1b91e8a5918.zip
Bump version of `iced_core` :tada:
Diffstat (limited to 'core/Cargo.toml')
-rw-r--r--core/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Cargo.toml b/core/Cargo.toml
index 43865e4d..0d6310d3 100644
--- a/core/Cargo.toml
+++ b/core/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "iced_core"
-version = "0.8.0"
+version = "0.8.1"
authors = ["Héctor Ramón Jiménez <hector0193@gmail.com>"]
edition = "2021"
description = "The essential concepts of Iced"