From bd2556d80c1bf0504d7123f8b573e60109aa2090 Mon Sep 17 00:00:00 2001 From: Jan Hohenheim Date: Mon, 20 Mar 2023 18:32:06 +0100 Subject: [PATCH] Bump version and remove disclaimer Former-commit-id: c1b6e75c497bae08f51c2ed46dfbe1ef65bdbb9d --- Cargo.lock | 2 +- Cargo.toml | 2 +- build/macos/src/Game.app/Contents/Info.plist | 2 +- build/windows/installer/Package.wxs | 2 +- readme.md | 6 +----- 5 files changed, 5 insertions(+), 9 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 51b38bfe..2f314941 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2028,7 +2028,7 @@ dependencies = [ [[package]] name = "foxtrot" -version = "0.1.12" +version = "0.2.0" dependencies = [ "anyhow", "bevy", diff --git a/Cargo.toml b/Cargo.toml index 6623cf50..2dabb2dd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ authors = ["Jan Hohenheim "] edition = "2021" name = "foxtrot" -version = "0.1.12" +version = "0.2.0" license = "MIT OR Apache-2.0" exclude = ["dist", "build", "assets", "credits", "saves", "resources", "build.rs"] description = "The all-in-one Bevy 3D game template." diff --git a/build/macos/src/Game.app/Contents/Info.plist b/build/macos/src/Game.app/Contents/Info.plist index aad33af3..82a0203a 100644 --- a/build/macos/src/Game.app/Contents/Info.plist +++ b/build/macos/src/Game.app/Contents/Info.plist @@ -20,7 +20,7 @@ APPL CFBundleShortVersionString - 0.1.12 + 0.2.0 CFBundleSupportedPlatforms MacOSX diff --git a/build/windows/installer/Package.wxs b/build/windows/installer/Package.wxs index 904c5964..08a570f4 100644 --- a/build/windows/installer/Package.wxs +++ b/build/windows/installer/Package.wxs @@ -2,7 +2,7 @@ diff --git a/readme.md b/readme.md index 5fa27787..94d8627b 100644 --- a/readme.md +++ b/readme.md @@ -1,14 +1,10 @@ # Foxtrot -[![Live Demo](https://img.shields.io/badge/live%20demo-v0.1.12-blue)](https://janhohenheim.github.io/foxtrot/) +[![Live Demo](https://img.shields.io/badge/live%20demo-v0.2.0-blue)](https://janhohenheim.github.io/foxtrot/) The all-in-one Bevy 3D game template. https://user-images.githubusercontent.com/9047632/226387411-70f662de-0681-47ff-b1d1-ccc59b02fa7b.mov -I created Foxtrot because I wanted to have a quick starting point for jams, prototypes and projects supporting features -that I want to use in my games. Since the target audience is me, the code is not super well documented, but it should -be good enough for others to find inspiration, copy parts they like or troubleshoot their own implementations :) - ## What does this template give you? - A 3D character controller - Physics via [`bevy_rapier`](https://crates.io/crates/bevy_rapier)