diff --git a/Cargo.toml b/Cargo.toml index f7b7f0c..ec6580a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] edition = "2021" name = "bevy_magic_light_2d" -version = "0.8.0" +version = "0.8.1" description = "Experimental dynamic 2D global illumination system for Bevy, based on SDF ray-marching and screen space irradiance cache probes" homepage = "https://github.com/zaycev/bevy-magic-light-2d" repository = "https://github.com/zaycev/bevy-magic-light-2d"