Skip to content

Commit f92cba6

Browse files
committed
Release 2.3.0
1 parent 7f2a4cc commit f92cba6

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## [unreleased]
3+
## [2.3.0] - 2024-09-30
44

55
- Added support for the new inherit-wayland-socket permission.
66
- Added Hindi translation.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
</p>
1515
</description>
1616
<releases>
17-
<release date="2024-04-18" version="2.2.0"/>
17+
<release date="2024-09-30" version="2.3.0"/>
1818
</releases>
1919
<screenshots>
2020
<screenshot type="default">

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
project('flatseal',
2-
version: '2.2.0',
2+
version: '2.3.0',
33
meson_version: '>= 0.59.0',
44
default_options: [ 'warning_level=2',
55
],

src/widgets/aboutDialog.ui

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<interface>
33
<object class="AdwAboutDialog" id="about-window">
44
<property name="application_name">Flatseal</property>
5-
<property name="version">2.2.0</property>
5+
<property name="version">2.3.0</property>
66
<property name="copyright">© 2020-2024 Martin Abente Lahaye</property>
77
<property name="issue_url">https://github.com/tchx84/Flatseal/issues/new</property>
88
<property name="developer_name">Martin Abente Lahaye</property>

0 commit comments

Comments
 (0)