Skip to content

Commit

Permalink
Last work before 1.2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Alan Beveridge committed Aug 6, 2022
1 parent 53767a9 commit e6d0940
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions data/com.github.ADBeveridge.Raider.metainfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,16 @@
</screenshot>
</screenshots>
<releases>
<release version="1.2.0" date="2022-8-06">
<description>
<p>User interface fixes</p>
<ul>
<li>Fixed cropping of keyboard focus ring on shred button</li>
<li>Updated preferences to be more concise and explanatory</li>
<li>Add icon to open button in headerbar</li>
</ul>
</description>
</release>
<release version="1.1.1" date="2022-8-03">
<description>
<p>Bug fixes and translation updates</p>
Expand Down
4 changes: 2 additions & 2 deletions meson.build
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
project('raider', 'c',
version: '1.1.1',
meson_version: '>= 0.56.0',
version: '1.2.0',
meson_version: '>= 0.59.0',
)

i18n = import('i18n')
Expand Down
2 changes: 1 addition & 1 deletion src/raider-application.c
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ static void raider_application_show_about(GSimpleAction *action, GVariant *param
"transient-for", window,
"modal", TRUE,
"program-name", program_name,
"version", _("1.1.1"),
"version", _("1.2.0"),
"comments", _("Securely delete your files"),
"license-type", GTK_LICENSE_GPL_3_0,
"artists", artists,
Expand Down

0 comments on commit e6d0940

Please sign in to comment.