Skip to content

Commit a6758c4

Browse files
committed
Bump version
1 parent 37c2abc commit a6758c4

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
authors = ["Jan Hohenheim <[email protected]>"]
33
edition = "2021"
44
name = "foxtrot"
5-
version = "0.4.0"
5+
version = "0.5.0"
66
license = "MIT OR Apache-2.0"
77
exclude = ["assets/"]
88
description = "The all-in-one Bevy 3D game template for desktop."

build/macos/src/Game.app/Contents/Info.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<string>APPL</string>
2121
<key>CFBundleShortVersionString</key>
2222
<!-- Version -->
23-
<string>0.2.0</string>
23+
<string>0.5.0</string>
2424
<key>CFBundleSupportedPlatforms</key>
2525
<array>
2626
<string>MacOSX</string>

build/windows/installer/Package.wxs

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<Package
33
Name="Foxtrot"
44
Manufacturer="Jan Hohenheim"
5-
Version="0.2.0"
5+
Version="0.5.0"
66

77
UpgradeCode="5b55f5ef-3eba-4782-8bd5-7711d414728d"
88
Scope="perUserOrMachine">

0 commit comments

Comments
 (0)