Skip to content

Commit 4a111ec

Browse files
Release 6.1.0 (#1131)
* Release 6.0.2 * Update meson.build * Update io.elementary.code.appdata.xml.in * Update meson.build Co-authored-by: Cassidy James Blaede <[email protected]>
1 parent fa0ac70 commit 4a111ec

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

data/io.elementary.code.appdata.xml.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
</ul>
2727
</description>
2828
<releases>
29-
<release version="6.0.2" date="2021-11-02" urgency="medium">
29+
<release version="6.1.0" date="2021-11-23" urgency="medium">
3030
<description>
3131
<p>Improvements:</p>
3232
<ul>

meson.build

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
project(
22
'io.elementary.code',
33
'vala', 'c',
4-
version: '6.0.1'
4+
version: '6.1.0'
55
)
66

77
add_project_arguments([

0 commit comments

Comments
 (0)