diff options
author | 2023-08-02 22:44:55 +0200 | |
---|---|---|
committer | 2023-08-02 22:44:55 +0200 | |
commit | dd6d8875585796252f6b54c950a1c9b143d00904 (patch) | |
tree | 8335a3329aca5d6083372806e5bed46df2d091d8 /runtime/Cargo.toml | |
parent | 51ba0267a6e4f494197c5718b3c8d780d09f3497 (diff) | |
download | iced-dd6d8875585796252f6b54c950a1c9b143d00904.tar.gz iced-dd6d8875585796252f6b54c950a1c9b143d00904.tar.bz2 iced-dd6d8875585796252f6b54c950a1c9b143d00904.zip |
Bump version of `iced_runtime` :tada:
Diffstat (limited to 'runtime/Cargo.toml')
-rw-r--r-- | runtime/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/Cargo.toml b/runtime/Cargo.toml index fac010b3..9fbe4be7 100644 --- a/runtime/Cargo.toml +++ b/runtime/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "iced_runtime" -version = "0.1.0" +version = "0.1.1" authors = ["Héctor Ramón Jiménez <hector0193@gmail.com>"] edition = "2021" description = "A renderer-agnostic runtime for Iced" |