Skip to content

Commit

Permalink
Bump version and remove disclaimer
Browse files Browse the repository at this point in the history
Former-commit-id: c1b6e75
  • Loading branch information
janhohenheim committed Mar 20, 2023
1 parent d1b4443 commit bd2556d
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
authors = ["Jan Hohenheim <[email protected]>"]
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."
Expand Down
2 changes: 1 addition & 1 deletion build/macos/src/Game.app/Contents/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<!-- Version -->
<string>0.1.12</string>
<string>0.2.0</string>
<key>CFBundleSupportedPlatforms</key>
<array>
<string>MacOSX</string>
Expand Down
2 changes: 1 addition & 1 deletion build/windows/installer/Package.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<Package
Name="Foxtrot"
Manufacturer="Jan Hohenheim"
Version="0.1.12"
Version="0.2.0"

UpgradeCode="5b55f5ef-3eba-4782-8bd5-7711d414728d"
Scope="perUserOrMachine">
Expand Down
6 changes: 1 addition & 5 deletions readme.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down

0 comments on commit bd2556d

Please sign in to comment.