From c4c3941034512053d7ce890522224cce6aafd81f Mon Sep 17 00:00:00 2001 From: hut Date: Mon, 15 Apr 2024 22:08:15 +0200 Subject: [PATCH] bump to v0.7.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9be6d1a..3163bc2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2769,7 +2769,7 @@ dependencies = [ [[package]] name = "outfly" -version = "0.7.0" +version = "0.7.1" dependencies = [ "bevy", "bevy_embedded_assets", diff --git a/Cargo.toml b/Cargo.toml index f9a14f7..2963b22 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "outfly" -version = "0.7.0" +version = "0.7.1" edition = "2021" homepage = "https://codeberg.org/hut/outfly" repository = "https://codeberg.org/hut/outfly"