From 04918986652b809dba53c79bae3dd7c5d86c67bc Mon Sep 17 00:00:00 2001 From: hut Date: Mon, 1 Apr 2024 05:41:17 +0200 Subject: [PATCH] bump to v0.4.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4b20662..4ec62f2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2748,7 +2748,7 @@ dependencies = [ [[package]] name = "outfly" -version = "0.4.0" +version = "0.4.1" dependencies = [ "bevy", "bevy_embedded_assets", diff --git a/Cargo.toml b/Cargo.toml index 9b3d4db..dc2d608 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "outfly" -version = "0.4.0" +version = "0.4.1" edition = "2021" homepage = "https://codeberg.org/hut/outfly" repository = "https://codeberg.org/hut/outfly"