aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar Silas Bartha <[email protected]>2024-04-24 23:34:26 -0400
committerLibravatar Silas Bartha <[email protected]>2024-04-24 23:34:26 -0400
commit7427c127662d91c7218639a2fb4d8fb7c9981611 (patch)
treebae850c45cee6859ee05b88279c62e5a1af9e66e /Cargo.toml
parent0a2d9f22a38a95bdad5c74d1cc95c4e16d0779ac (diff)
Bump versionv0.1.1
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 958407a..7999f88 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "grex_dither_post_process"
-version = "0.1.0"
+version = "0.1.1"
edition = "2021"
[dependencies.bevy]