From 6ebe402a6adaf70458451d2021d66e90f97e4409 Mon Sep 17 00:00:00 2001 From: Jan Hohenheim Date: Wed, 22 Feb 2023 04:46:16 +0100 Subject: [PATCH] Release v0.1.9 Former-commit-id: 563cab6488198716f73fbd1b1e797f25bdc0c8ef --- Cargo.lock | 2 +- Cargo.toml | 2 +- build/macos/src/Game.app/Contents/Info.plist | 2 +- build/windows/installer/Package.wxs | 2 +- readme.md | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index df472749..5056666b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2008,7 +2008,7 @@ dependencies = [ [[package]] name = "foxtrot" -version = "0.1.8" +version = "0.1.9" dependencies = [ "anyhow", "bevy", diff --git a/Cargo.toml b/Cargo.toml index cb5a7965..173f8d3e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ authors = ["Jan Hohenheim "] edition = "2021" name = "foxtrot" -version = "0.1.8" +version = "0.1.9" 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 0c55f74c..3781cc11 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.8 + 0.1.9 CFBundleSupportedPlatforms MacOSX diff --git a/build/windows/installer/Package.wxs b/build/windows/installer/Package.wxs index 587a4f81..6197ed6a 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 e29f6291..185775a2 100644 --- a/readme.md +++ b/readme.md @@ -1,5 +1,5 @@ # Foxtrot -[![Live Demo](https://img.shields.io/badge/live%20demo-v0.1.8-blue)](https://janhohenheim.github.io/foxtrot/) +[![Live Demo](https://img.shields.io/badge/live%20demo-v0.1.9-blue)](https://janhohenheim.github.io/foxtrot/) The all-in-one Bevy 3D game template.