Skip to content

Commit 5fc7c29

Browse files
authored
Release 1.1.2 (#148)
1 parent a02bd8a commit 5fc7c29

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.1.0/data/screenshot.png</image>
24+
<image>https://raw.githubusercontent.com/danirabbit/nimbus/1.1.2/data/screenshot.png</image>
2525
</screenshot>
2626
</screenshots>
2727

@@ -51,7 +51,7 @@
5151
<update_contact>[email protected]</update_contact>
5252

5353
<releases>
54-
<release version="1.1.2" date="2023-10-22" urgency="medium">
54+
<release version="1.1.2" date="2024-06-02" urgency="medium">
5555
<description>
5656
<p>More reliable and more accurate</p>
5757
<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.1.0'
2+
version: '1.1.2'
33
)
44

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

0 commit comments

Comments
 (0)