From 9ead3ac32fde20b12c6e865f0d0b444fc77e7349 Mon Sep 17 00:00:00 2001 From: florianvazelle Date: Sun, 3 Dec 2023 11:50:54 +0100 Subject: [PATCH] chore: bump to 1.4.3 --- .env | 2 +- CHANGELOG.md | 12 +++++++++++- export_presets.cfg | 8 ++++---- public/packaging/org.mechanicalflower.Marble.desktop | 2 +- public/packaging/snap/snapcraft.yaml | 6 +++--- 5 files changed, 20 insertions(+), 10 deletions(-) diff --git a/.env b/.env index 64c7d8a..d9580d2 100644 --- a/.env +++ b/.env @@ -7,5 +7,5 @@ GODOT_VERSION=4.2 # Game GAME_NAME=Marble -GAME_VERSION=1.4.2 +GAME_VERSION=1.4.3 GAME_ITCHIO_KEY=marble diff --git a/CHANGELOG.md b/CHANGELOG.md index 3519f47..b3815c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,15 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) ## [Unreleased] ### Added +### Changed +### Deprecated +### Removed +### Fixed +### Security +### Dependencies + +## [1.4.3] +### Added - Add web deploy ([#20](https://github.com/MechanicalFlower/Marble/pull/20)) - Add snapcraft packaging ([#22](https://github.com/MechanicalFlower/Marble/pull/22)) ### Changed @@ -12,7 +21,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) ### Fixed ### Security ### Dependencies -- Bump `godot` from 4.1.2 to 4.2 +- Bump `godot` from 4.1.2 to 4.2 ([#24](https://github.com/MechanicalFlower/Marble/pull/24)) ## [1.4.2] ### Added @@ -27,4 +36,5 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) - Bump `kobewi/godot-universal-fade` from ddab6c2 to f091514 ([#12](https://github.com/MechanicalFlower/Marble/pull/12)) [Unreleased]: https://github.com/MechanicalFlower/Marble/compare/1.4.2...HEAD +[1.4.3]: https://github.com/MechanicalFlower/Marble/compare/1.4.2...1.4.3 [1.4.2]: https://github.com/MechanicalFlower/Marble/compare/1.4.1...1.4.2 diff --git a/export_presets.cfg b/export_presets.cfg index 56f297a..b9e8e1f 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="1.4.0.0" -application/product_version="1.4.0.0" +application/file_version="1.4.3.20231203" +application/product_version="1.4.3.20231203" application/company_name="Mechanical Flower" application/product_name="Marble" application/file_description="" @@ -130,8 +130,8 @@ application/icon_interpolation=4 application/bundle_identifier="io.itch.MechanicalFlower" application/signature="" application/app_category="Games" -application/short_version="0.1.0" -application/version="0.1.0" +application/short_version="1.4" +application/version="1.4.3" application/copyright="2023-present Mechanical Flower" application/copyright_localized={} application/min_macos_version="10.12" diff --git a/public/packaging/org.mechanicalflower.Marble.desktop b/public/packaging/org.mechanicalflower.Marble.desktop index 48c618d..df30367 100644 --- a/public/packaging/org.mechanicalflower.Marble.desktop +++ b/public/packaging/org.mechanicalflower.Marble.desktop @@ -1,6 +1,6 @@ [Desktop Entry] -Version=1.4.2 +Version=1.4.3 Type=Application Name=Marble diff --git a/public/packaging/snap/snapcraft.yaml b/public/packaging/snap/snapcraft.yaml index 14e9ece..e7c9ba6 100644 --- a/public/packaging/snap/snapcraft.yaml +++ b/public/packaging/snap/snapcraft.yaml @@ -2,7 +2,7 @@ --- name: marble-race base: core20 -version: '1.4.2' +version: '1.4.3' summary: A marble race minigame description: | A marble race minigame, made with Godot Engine. @@ -25,7 +25,7 @@ apps: parts: marble-source: - source: https://github.com/MechanicalFlower/Marble/archive/refs/tags/1.4.2.tar.gz + source: https://github.com/MechanicalFlower/Marble/archive/refs/tags/1.4.3.tar.gz override-build: | snapcraftctl build @@ -40,7 +40,7 @@ parts: mkdir -p ${SNAPCRAFT_PRIME}/gui cp ${SNAPCRAFT_PART_SRC}/assets/icon.png ${SNAPCRAFT_PRIME}/gui/icon.png marble-dist: - source: https://github.com/MechanicalFlower/Marble/releases/download/1.4.2/Marble-linux-v1.4.2.zip + source: https://github.com/MechanicalFlower/Marble/releases/download/1.4.3/Marble-linux-v1.4.3.zip override-build: | snapcraftctl build