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 823a7f4 commit 627882eCopy full SHA for 627882e
2 files changed
data/installer.metainfo.xml.in
@@ -56,7 +56,7 @@
56
<update_contact>contact_at_elementary.io</update_contact>
57
58
<releases>
59
- <release version="8.1.3" date="2025-11-18" urgency="medium">
+ <release version="8.1.3" date="2025-11-20" urgency="medium">
60
<description>
61
<p>Improvements:</p>
62
<ul>
meson.build
@@ -2,7 +2,7 @@ project(
2
'io.elementary.installer',
3
'vala', 'c',
4
meson_version : '>= 0.56.0',
5
- version: '8.1.2'
+ version: '8.1.3'
6
)
7
8
add_global_arguments('-DGETTEXT_PACKAGE="' + meson.project_name() + '"', language:'c')
0 commit comments