summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2023-01-14 00:49:58 +0100
committerLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2023-01-14 01:10:28 +0100
commit9fe46de13f86967543de8f00b5a4f9e45d8f5bcf (patch)
tree448810ef123d1e3d492521ef72625dbe049be7fd /core
parent597af315af714f3ecadd195516e80506504dcb26 (diff)
downloadiced-9fe46de13f86967543de8f00b5a4f9e45d8f5bcf.tar.gz
iced-9fe46de13f86967543de8f00b5a4f9e45d8f5bcf.tar.bz2
iced-9fe46de13f86967543de8f00b5a4f9e45d8f5bcf.zip
Bump versions :tada:
Diffstat (limited to 'core')
-rw-r--r--core/Cargo.toml2
-rw-r--r--core/src/lib.rs2
2 files changed, 2 insertions, 2 deletions
diff --git a/core/Cargo.toml b/core/Cargo.toml
index 7be4b132..eebd2fe3 100644
--- a/core/Cargo.toml
+++ b/core/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "iced_core"
-version = "0.6.2"
+version = "0.7.0"
authors = ["Héctor Ramón Jiménez <hector0193@gmail.com>"]
edition = "2021"
description = "The essential concepts of Iced"
diff --git a/core/src/lib.rs b/core/src/lib.rs
index f95d61f6..3aa5defe 100644
--- a/core/src/lib.rs
+++ b/core/src/lib.rs
@@ -7,7 +7,7 @@
//! ![The foundations of the Iced ecosystem](https://github.com/iced-rs/iced/blob/0525d76ff94e828b7b21634fa94a747022001c83/docs/graphs/foundations.png?raw=true)
//!
//! [Iced]: https://github.com/iced-rs/iced
-//! [`iced_native`]: https://github.com/iced-rs/iced/tree/0.6/native
+//! [`iced_native`]: https://github.com/iced-rs/iced/tree/0.7/native
//! [`iced_web`]: https://github.com/iced-rs/iced_web
#![doc(
html_logo_url = "https://raw.githubusercontent.com/iced-rs/iced/9ab6923e943f784985e9ef9ca28b10278297225d/docs/logo.svg"