diff --git a/.env b/.env index 58bdbb4..69c9b37 100644 --- a/.env +++ b/.env @@ -7,5 +7,5 @@ GODOT_VERSION=4.3-stable # Game GAME_NAME=MelonCrusade -GAME_VERSION=0.1.1 +GAME_VERSION=0.1.2 GAME_ITCHIO_KEY=meloncrusade diff --git a/CHANGELOG.md b/CHANGELOG.md index 8624833..fa78ce7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,15 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) ### Deprecated ### Removed ### Fixed +### Security +### Dependencies + +## [0.1.2] +### Added +### Changed +### Deprecated +### Removed +### Fixed - Import `.fbx` files with ufbx ([#13](https://github.com/MechanicalFlower/MelonCrusade/pull/13)) ### Security ### Dependencies @@ -21,6 +30,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) ### 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.1...HEAD +[Unreleased]: https://github.com/MechanicalFlower/MelonCrusade/compare/0.1.2...HEAD +[0.1.2]: https://github.com/MechanicalFlower/MelonCrusade/commits/0.1.2 [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 3f0c36d..302304c 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.1.20240818" -application/product_version="0.1.1.20240818" +application/file_version="0.1.2.20240822" +application/product_version="0.1.2.20240822" 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.1" +application/version="0.1.2" application/copyright="2024-present Mechanical Flower" application/copyright_localized={} application/min_macos_version="10.12" diff --git a/project.godot b/project.godot index aea8642..21aa9b6 100644 --- a/project.godot +++ b/project.godot @@ -11,7 +11,7 @@ config_version=5 [application] config/name="MelonCrusade" -config/version="0.1.1" +config/version="0.1.2" run/main_scene="res://scenes/main.tscn" config/features=PackedStringArray("4.3", "Forward Plus")