diff --git a/Cargo.lock b/Cargo.lock index d459662..ffae816 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -608,7 +608,7 @@ dependencies = [ [[package]] name = "bevy_icon_creator" -version = "0.1.0" +version = "0.1.1" dependencies = [ "bevy", ] diff --git a/Cargo.toml b/Cargo.toml index 4aabb06..2308899 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bevy_icon_creator" -version = "0.1.0" +version = "0.1.1" edition = "2021" authors = ["Franklin E. Blanco"] description = "A plugin to automatically create Icons from entities/models in bevy"