Skip to content

Commit 8381253

Browse files
authored
Release 1.0.0 (#53)
1 parent 67b3aaf commit 8381253

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

data/quick-settings.metainfo.xml

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

1515
<screenshots>
1616
<screenshot type="default">
17-
<image>https://raw.githubusercontent.com/elementary/quick-settings/main/data/screenshot.png</image>
17+
<image>https://raw.githubusercontent.com/elementary/quick-settings/1.0.0/data/screenshot.png</image>
1818
</screenshot>
1919
</screenshots>
2020

@@ -31,7 +31,7 @@
3131
<update_contact>contact_at_elementary.io</update_contact>
3232

3333
<releases>
34-
<release version="1.0.0" date="2024-07-17" urgency="medium">
34+
<release version="1.0.0" date="2024-08-21" urgency="medium">
3535
<description>
3636
<p>First release 🎉️</p>
3737
</description>

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.quick-settings',
33
'vala', 'c',
4-
version: '0.0.1'
4+
version: '1.0.0'
55
)
66

77
gnome = import('gnome')

0 commit comments

Comments
 (0)