We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 787d2bd commit 86ded1aCopy full SHA for 86ded1a
2 files changed
data/bluetooth-daemon.metainfo.xml
@@ -32,7 +32,7 @@
32
<update_contact>contact_at_elementary.io</update_contact>
33
34
<releases>
35
- <release version="1.0.0" date="2024-07-22" urgency="medium">
+ <release version="1.0.0" date="2024-07-24" urgency="medium">
36
<description>
37
<p>Initial Release 🎉️</p>
38
</description>
meson.build
@@ -1,7 +1,7 @@
1
project(
2
'io.elementary.bluetooth',
3
'vala', 'c',
4
- version: '8.0.0',
+ version: '1.0.0',
5
meson_version : '>= 0.57'
6
)
7
0 commit comments