From a0ed294f68c98a0a60f5c6d6bcbe12a37a2cc7d5 Mon Sep 17 00:00:00 2001 From: Jan Hohenheim Date: Wed, 15 Feb 2023 21:28:07 +0100 Subject: [PATCH] Release v0.1.7 Former-commit-id: f20f4723d3a6f13370c1f5fcbfb496f63b628ffc --- 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 de2a2ae5..f03ce57a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1974,7 +1974,7 @@ dependencies = [ [[package]] name = "foxtrot" -version = "0.1.6" +version = "0.1.7" dependencies = [ "anyhow", "bevy", diff --git a/Cargo.toml b/Cargo.toml index dd2e5a1a..610fb881 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ authors = ["Jan Hohenheim "] edition = "2021" name = "foxtrot" publish = false -version = "0.1.6" +version = "0.1.7" 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 aa18f4d4..ec13a067 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.6 + 0.1.7 CFBundleSupportedPlatforms MacOSX diff --git a/build/windows/installer/Package.wxs b/build/windows/installer/Package.wxs index f8e8a2e4..9e3b51a7 100644 --- a/build/windows/installer/Package.wxs +++ b/build/windows/installer/Package.wxs @@ -2,7 +2,7 @@