Skip to content

Commit

Permalink
Release 1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ItsJamie9494 committed Apr 21, 2023
1 parent 7b2ac09 commit 527e9ee
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion data/dev.jamiethalacker.window_painter.appdata.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<description>
<p>Fill the board with the same colour of paint</p>
</description>
<url type="homepage">https://jamiethalacker.dev</url>
<url type="homepage">https://itsjamie.dev</url>
<url type="bugtracker">https://github.com/ItsJamie9494/window-painter/issues</url>
<developer_name>Jamie Murphy</developer_name>
<screenshots>
Expand All @@ -18,6 +18,15 @@
</screenshot>
</screenshots>
<releases>
<release date="2023-04-20" version="1.2.0" type="stable">
<description>
<p>Release 1.2 of Window Painter</p>
<ul>
<li>Update GNOME Platform</li>
<li>Remove depreciated APIs</li>
</ul>
</description>
</release>
<release date="2022-05-24" version="1.1.0" type="stable">
<description>
<p>Release 1.1 of Window Painter</p>
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
project(
'window_painter',
['c', 'vala'],
version: '1.1.0',
version: '1.2.0',
meson_version: '>= 0.59.0',
default_options: [
'warning_level=2',
Expand Down

0 comments on commit 527e9ee

Please sign in to comment.