Skip to content

Commit c4b53d8

Browse files
committed
Release 0.7.0
1 parent b370f93 commit c4b53d8

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## [unreleased]
3+
## [0.7.0] - 2025-08-23
44

55
* Fixed various game-crashing issues with cooperators.
66
* Fixed not removing cooperators when Python editor is closed.

data/dev.tchx84.Gameeky.metainfo.xml.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
<update_contact>martin.abente.lahaye@gmail.com</update_contact>
5454
<translation type="gettext">gameeky</translation>
5555
<releases>
56-
<release date="2025-02-15" version="0.6.5"/>
56+
<release date="2025-08-23" version="0.7.0"/>
5757
</releases>
5858
<content_rating type="oars-1.1"/>
5959
<provides>dev.tchx84.Gameeky.desktop</provides>

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
project('gameeky',
2-
version: '0.6.5',
2+
version: '0.7.0',
33
meson_version: '>= 0.64.0',
44
default_options: [ 'warning_level=2', 'werror=false', ],
55
)

src/gameeky/common/widgets/about_window.ui

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Rafael Fontenelle</property>
1818
<property name="translator-credits">Patricia Escauriza Butterworth
1919
Heimen Stoffels
2020
Scrambled777</property>
21-
<property name="version">0.6.5</property>
21+
<property name="version">0.7.0</property>
2222
<property name="website">https://github.com/tchx84/gameeky</property>
2323
</object>
2424
</interface>

0 commit comments

Comments
 (0)