From 51644b3947c7bb96c29371f20887481f762b3b96 Mon Sep 17 00:00:00 2001 From: Jan Nils Ferner Date: Tue, 21 Feb 2023 04:33:02 +0100 Subject: [PATCH] Release 0.1.8 Former-commit-id: 7d18949fbe503b903c48c78a117a56023fa912b6 --- Cargo.lock | 2 +- Cargo.toml | 2 +- build/macos/src/Game.app/Contents/Info.plist | 2 +- build/windows/installer/Package.wxs | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7fe76593..c6dbd79e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1983,7 +1983,7 @@ dependencies = [ [[package]] name = "foxtrot" -version = "0.1.7" +version = "0.1.8" dependencies = [ "anyhow", "bevy", diff --git a/Cargo.toml b/Cargo.toml index 27ae5214..696049d0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ authors = ["Jan Hohenheim "] edition = "2021" name = "foxtrot" publish = false -version = "0.1.7" +version = "0.1.8" license = "MIT or Apache-2.0" exclude = ["dist", "build", "assets", "credits", "saves", "resources"] diff --git a/build/macos/src/Game.app/Contents/Info.plist b/build/macos/src/Game.app/Contents/Info.plist index ec13a067..0c55f74c 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.7 + 0.1.8 CFBundleSupportedPlatforms MacOSX diff --git a/build/windows/installer/Package.wxs b/build/windows/installer/Package.wxs index ec821730..587a4f81 100644 --- a/build/windows/installer/Package.wxs +++ b/build/windows/installer/Package.wxs @@ -2,7 +2,7 @@