diff --git a/.env b/.env index 7160796..58bdbb4 100644 --- a/.env +++ b/.env @@ -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 diff --git a/CHANGELOG.md b/CHANGELOG.md index d40eabb..0c7fa00 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/export_presets.cfg b/export_presets.cfg index 95e67e4..3f0c36d 100644 --- a/export_presets.cfg +++ b/export_presets.cfg @@ -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="" @@ -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" diff --git a/project.godot b/project.godot index 6453549..aea8642 100644 --- a/project.godot +++ b/project.godot @@ -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")