From 2e84cba262328c96a9cabfdf3425424853ae21ed Mon Sep 17 00:00:00 2001 From: Franklin Date: Sun, 24 Mar 2024 14:50:26 +0100 Subject: [PATCH] Version bump --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"