Skip to content

Commit 35c1268

Browse files
authored
Release 1.1.0 (#126)
1 parent 173e779 commit 35c1268

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

data/nimbus.metainfo.xml.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
<screenshots>
2323
<screenshot type="default">
24-
<image>https://raw.githubusercontent.com/danirabbit/nimbus/1.0.0/data/screenshot.png</image>
24+
<image>https://raw.githubusercontent.com/danirabbit/nimbus/1.1.0/data/screenshot.png</image>
2525
</screenshot>
2626
</screenshots>
2727

@@ -49,7 +49,7 @@
4949
<update_contact>[email protected]</update_contact>
5050

5151
<releases>
52-
<release version="1.1.0" date="2023-08-07" urgency="medium">
52+
<release version="1.1.0" date="2023-08-14" urgency="medium">
5353
<description>
5454
<p>Now with more info!</p>
5555
<ul>

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
project('io.github.danirabbit.nimbus', 'vala', 'c',
2-
version: '1.0.0'
2+
version: '1.1.0'
33
)
44

55
add_global_arguments('-DGETTEXT_PACKAGE="' + meson.project_name() + '"', language:'c')

0 commit comments

Comments
 (0)