summaryrefslogtreecommitdiffstats
path: root/graphics/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2022-07-01 04:02:38 +0200
committerLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2022-07-01 04:03:24 +0200
commite6e3eff8762e9e8350f00b340348dc2261dd0053 (patch)
tree694a341945913dfd8faced1dae5cfe31b362cfc0 /graphics/Cargo.toml
parentca185c3ea47e7cc5ba1bbf8d42d652dbfdf528c4 (diff)
downloadiced-e6e3eff8762e9e8350f00b340348dc2261dd0053.tar.gz
iced-e6e3eff8762e9e8350f00b340348dc2261dd0053.tar.bz2
iced-e6e3eff8762e9e8350f00b340348dc2261dd0053.zip
Bump versions :tada:
Diffstat (limited to 'graphics/Cargo.toml')
-rw-r--r--graphics/Cargo.toml2
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"