diff options
| author | 2022-07-01 04:02:38 +0200 | |
|---|---|---|
| committer | 2022-07-01 04:03:24 +0200 | |
| commit | e6e3eff8762e9e8350f00b340348dc2261dd0053 (patch) | |
| tree | 694a341945913dfd8faced1dae5cfe31b362cfc0 /graphics | |
| parent | ca185c3ea47e7cc5ba1bbf8d42d652dbfdf528c4 (diff) | |
| download | iced-e6e3eff8762e9e8350f00b340348dc2261dd0053.tar.gz iced-e6e3eff8762e9e8350f00b340348dc2261dd0053.tar.bz2 iced-e6e3eff8762e9e8350f00b340348dc2261dd0053.zip | |
Bump versions :tada:
Diffstat (limited to '')
| -rw-r--r-- | graphics/Cargo.toml | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/graphics/Cargo.toml b/graphics/Cargo.toml index e916975d..a27c5d7c 100644 --- a/graphics/Cargo.toml +++ b/graphics/Cargo.toml @@ -1,6 +1,6 @@  [package]  name = "iced_graphics" -version = "0.3.0" +version = "0.3.1"  authors = ["Héctor Ramón Jiménez <hector0193@gmail.com>"]  edition = "2021"  description = "A bunch of backend-agnostic types that can be leveraged to build a renderer for Iced" | 
