Skip to content

Commit

Permalink
chore: bump version to 0.1.1 for release (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
florianvazelle authored Aug 18, 2024
1 parent 49fd079 commit 7377cd9
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ GODOT_VERSION=4.3-stable
# Game

GAME_NAME=MelonCrusade
GAME_VERSION=0.1.0
GAME_VERSION=0.1.1
GAME_ITCHIO_KEY=meloncrusade
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,17 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
### Fixed
### Security
### Dependencies

## [0.1.1]
### Added
### Changed
### Deprecated
### Removed
### Fixed
### Security
### Dependencies
- Bump `godot` from 4.2 to 4.3 ([#9](https://github.com/MechanicalFlower/Marble/pull/9))

[Unreleased]: https://github.com/MechanicalFlower/MelonCrusade/compare/0.1.0...HEAD
[Unreleased]: https://github.com/MechanicalFlower/MelonCrusade/compare/0.1.1...HEAD
[0.1.1]: https://github.com/MechanicalFlower/MelonCrusade/commits/0.1.1
[0.1.0]: https://github.com/MechanicalFlower/MelonCrusade/commits/0.1.0
6 changes: 3 additions & 3 deletions export_presets.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ application/modify_resources=true
application/icon=""
application/console_wrapper_icon=""
application/icon_interpolation=4
application/file_version="0.1.0.20240722"
application/product_version="0.1.0.20240722"
application/file_version="0.1.1.20240818"
application/product_version="0.1.1.20240818"
application/company_name="Mechanical Flower"
application/product_name="MelonCrusade"
application/file_description=""
Expand Down Expand Up @@ -131,7 +131,7 @@ application/bundle_identifier="io.itch.MechanicalFlower"
application/signature=""
application/app_category="Games"
application/short_version="0.1"
application/version="0.1.0"
application/version="0.1.1"
application/copyright="2024-present Mechanical Flower"
application/copyright_localized={}
application/min_macos_version="10.12"
Expand Down
2 changes: 1 addition & 1 deletion project.godot
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ config_version=5
[application]

config/name="MelonCrusade"
config/version="0.1.0"
config/version="0.1.1"
run/main_scene="res://scenes/main.tscn"
config/features=PackedStringArray("4.3", "Forward Plus")

Expand Down

0 comments on commit 7377cd9

Please sign in to comment.