Skip to content

Commit 3c892ca

Browse files
authored
Release 6.3.3 (#393)
1 parent f6e6066 commit 3c892ca

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

data/tasks.metainfo.xml.in

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

1616
<screenshots>
1717
<screenshot type="default">
18-
<image>https://raw.githubusercontent.com/elementary/tasks/6.3.2/data/screenshot.png</image>
18+
<image>https://raw.githubusercontent.com/elementary/tasks/6.3.3/data/screenshot.png</image>
1919
</screenshot>
2020
</screenshots>
2121

@@ -54,7 +54,7 @@
5454
<update_contact>contact_at_elementary.io</update_contact>
5555

5656
<releases>
57-
<release version="6.3.3" date="2024-07-1" urgency="medium">
57+
<release version="6.3.3" date="2024-07-18" urgency="medium">
5858
<description>
5959
<p>Improvements:</p>
6060
<ul>

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
project(
22
'io.elementary.tasks', 'vala', 'c',
33
meson_version: '>= 0.57',
4-
version: '6.3.2'
4+
version: '6.3.3'
55
)
66

77
gnome = import('gnome')

0 commit comments

Comments
 (0)