Skip to content

Commit fa2c8b4

Browse files
author
Alan Beveridge
committed
Update version number
1 parent 549fe9d commit fa2c8b4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

data/com.github.ADBeveridge.Raider.metainfo.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
</screenshot>
4545
</screenshots>
4646
<releases>
47-
<release version="1.0.0" date="2022-7-28">
47+
<release version="1.1.0" date="2022-7-28">
4848
<description>
4949
<p>Minor fixes, including:</p>
5050
<ul>

meson.build

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
project('raider', 'c',
2-
version: '1.0.0',
2+
version: '1.1.0',
33
meson_version: '>= 0.56.0',
44
)
55

src/raider-application.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ static void raider_application_show_about(GSimpleAction *action, GVariant *param
106106
"transient-for", window,
107107
"modal", TRUE,
108108
"program-name", program_name,
109-
"version", _("1.0.0"),
109+
"version", _("1.1.0"),
110110
"comments", _("Securely delete your files"),
111111
"license-type", GTK_LICENSE_GPL_3_0,
112112
"artists", artists,

0 commit comments

Comments
 (0)