Skip to content

Commit

Permalink
chore: bump version to 1.6.0 for release
Browse files Browse the repository at this point in the history
  • Loading branch information
florianvazelle committed Feb 11, 2024
1 parent 82af809 commit 95393f6
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 11 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.2.1-stable
# Game

GAME_NAME=Marble
GAME_VERSION=1.5.0
GAME_VERSION=1.6.0
GAME_ITCHIO_KEY=marble
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.6.0]
### Added
- Add a podium at the end of the race ([#50](https://github.com/MechanicalFlower/Marble/pull/50))
### Changed
- Downgrade rendering settings of Godot ([#49](https://github.com/MechanicalFlower/Marble/pull/49))
Expand Down Expand Up @@ -90,7 +99,8 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
- Bump `ubuntu` from v20 to v22 ([#15](https://github.com/MechanicalFlower/Marble/pull/15))
- 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.5.0...HEAD
[Unreleased]: https://github.com/MechanicalFlower/Marble/compare/1.6.0...HEAD
[1.6.0]: https://github.com/MechanicalFlower/Marble/compare/1.5.0...1.6.0
[1.5.0]: https://github.com/MechanicalFlower/Marble/compare/1.4.6...1.5.0
[1.4.6]: https://github.com/MechanicalFlower/Marble/compare/1.4.5...1.4.6
[1.4.5]: https://github.com/MechanicalFlower/Marble/compare/1.4.4...1.4.5
Expand Down
8 changes: 4 additions & 4 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="1.5.0.20240210"
application/product_version="1.5.0.20240210"
application/file_version="1.6.0.20240211"
application/product_version="1.6.0.20240211"
application/company_name="Mechanical Flower"
application/product_name="Marble"
application/file_description=""
Expand Down Expand Up @@ -130,8 +130,8 @@ application/icon_interpolation=4
application/bundle_identifier="io.itch.MechanicalFlower"
application/signature=""
application/app_category="Games"
application/short_version="1.5"
application/version="1.5.0"
application/short_version="1.6"
application/version="1.6.0"
application/copyright="2023-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 @@ -15,7 +15,7 @@ universal_fade/patterns_directory="res://addons/UniversalFade/Patterns"
[application]

config/name="Marble"
config/version="1.5.0"
config/version="1.6.0"
run/main_scene="res://scenes/main.tscn"
config/project_settings_override="override.cfg"
config/features=PackedStringArray("4.2")
Expand Down
2 changes: 1 addition & 1 deletion public/packaging/org.mechanicalflower.Marble.desktop
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

[Desktop Entry]
Version=1.5.0
Version=1.6.0
Type=Application

Name=Marble
Expand Down
6 changes: 3 additions & 3 deletions public/packaging/snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
---
name: marble-race
base: core20
version: '1.5.0'
version: '1.6.0'
summary: A marble race minigame
description: |
A marble race minigame, made with Godot Engine.
Expand All @@ -25,7 +25,7 @@ apps:

parts:
marble-source:
source: https://github.com/MechanicalFlower/Marble/archive/refs/tags/1.5.0.tar.gz
source: https://github.com/MechanicalFlower/Marble/archive/refs/tags/1.6.0.tar.gz
override-build: |
snapcraftctl build
Expand All @@ -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.5.0/Marble-linux-v1.5.0.zip
source: https://github.com/MechanicalFlower/Marble/releases/download/1.6.0/Marble-linux-v1.6.0.zip
override-build: |
snapcraftctl build
Expand Down

0 comments on commit 95393f6

Please sign in to comment.