diff --git a/Cargo.lock b/Cargo.lock index 493982b..a8851dd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -608,7 +608,7 @@ dependencies = [ [[package]] name = "bevy_icon_creator" -version = "0.1.2" +version = "0.1.3" dependencies = [ "bevy", ] diff --git a/Cargo.toml b/Cargo.toml index 546f83f..9fe342d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bevy_icon_creator" -version = "0.1.2" +version = "0.1.3" edition = "2021" authors = ["Franklin E. Blanco"] description = "A plugin to automatically create Icons from entities/models in bevy"