Skip to content

Commit ed31815

Browse files
authored
Release 1.0.5 (#632)
1 parent 29dfd78 commit ed31815

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

data/installer.appdata.xml.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<p>Step by step installer for elementary OS itself.</p>
1111
</description>
1212
<releases>
13-
<release version="1.0.5" date="2021-12-16" urgency="medium">
13+
<release version="1.0.5" date="2021-12-17" urgency="medium">
1414
<p>Improvements:</p>
1515
<ul>
1616
<li>Double the boot partition size for encrypted installs</li>

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.installer',
33
'vala', 'c',
4-
version: '1.0.4'
4+
version: '1.0.5'
55
)
66

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

0 commit comments

Comments
 (0)