Skip to content

Commit

Permalink
Version Bump: 0.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Foldex committed Jun 17, 2023
1 parent 46bdd79 commit a3d431e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions data/io.github.Foldex.AdwSteamGtk.appdata.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,13 @@
</categories>

<releases>
<release version="0.6.3" type="stable" date="2023-06-16">
<description>
<ul>
<li>Fixed Appdata</li>
</ul>
</description>
</release>
<release version="0.6.2" type="stable" date="2023-06-16">
<description>
<ul>
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
project('adwaita-steam-gtk',
version: '0.6.2',
version: '0.6.3',
meson_version: '>= 0.59.0',
default_options: [ 'warning_level=2',
'werror=false',
Expand Down
2 changes: 1 addition & 1 deletion po/update_pot.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ xgettext \
--keyword=C_:1c,2 \
--keyword=_ \
--package-name="AdwSteamGtk" \
--package-version="0.6.2"
--package-version="0.6.3"

sed -i \
-e "s/FIRST AUTHOR <EMAIL@ADDRESS>, YEAR./Foldex, $(date +%Y)./" \
Expand Down

0 comments on commit a3d431e

Please sign in to comment.