aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar Silas Bartha <[email protected]>2024-06-13 20:40:46 -0400
committerLibravatar Silas Bartha <[email protected]>2024-06-13 20:40:46 -0400
commit294e8bb07ab5635118e9428901c1e92a478c29b0 (patch)
treefbd1a1e94a6695127a301c3523a60f530c7a85cb /Cargo.toml
parentac37b21edddd0be6e49da32edf12f4484b480179 (diff)
Adaptive Outlinev0.2.0
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 87ccf91..2d99b41 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "bevy_outline_post_process"
-version = "0.1.3"
+version = "0.2.0"
edition = "2021"
[dependencies.bevy]