Skip to content

Commit 13a69fe

Browse files
committed
Release 2.1.2
1 parent 8800484 commit 13a69fe

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## [unreleased]
3+
## [2.1.2] - 2024-03-26
44

55
- Added brand colors to appdata.
66
- Fixed appdata to pass new Flathub checks.

data/com.github.tchx84.Flatseal.appdata.xml.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
</p>
1515
</description>
1616
<releases>
17-
<release date="2024-02-06" version="2.1.1"/>
17+
<release date="2024-03-26" version="2.1.2"/>
1818
</releases>
1919
<screenshots>
2020
<screenshot type="default">

meson.build

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
project('flatseal',
2-
version: '2.1.1',
2+
version: '2.1.2',
33
meson_version: '>= 0.59.0',
44
default_options: [ 'warning_level=2',
55
],

src/widgets/aboutDialog.ui

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<object class="AdwAboutWindow" id="about-window">
44
<property name="application_name">Flatseal</property>
55
<property name="modal">True</property>
6-
<property name="version">2.1.1</property>
6+
<property name="version">2.1.2</property>
77
<property name="copyright">© 2020-2024 Martin Abente Lahaye</property>
88
<property name="issue_url">https://github.com/tchx84/Flatseal/issues/new</property>
99
<property name="developer_name">Martin Abente Lahaye</property>

0 commit comments

Comments
 (0)