Skip to content

Commit fc04566

Browse files
committed
Bump version
1 parent 21ee9db commit fc04566

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

io.github.Sunderland93.sway-input-config.metainfo.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
<p>It uses standard libinput options to configure keyboard, touchpad, tablet and pointer devices.</p>
1414
</description>
1515
<releases>
16+
<release version="1.4.1" date="2024-02-18"/>
1617
<release version="1.4.0" date="2024-02-14"/>
1718
<release version="1.3.3" date="2023-09-01"/>
1819
<release version="1.3.1" date="2023-07-06"/>

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
setup(
99
name='sway-input-config',
10-
version='1.4.0',
10+
version='1.4.1',
1111
description='input devices configurator for sway',
1212
license='GPL-3',
1313
author='Aleksey Samoilov',

sway_input_config/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
from sway_input_config.ui_selectlayout import Ui_SelectKeyboardLayoutDialog
2424
from sway_input_config.ui_error_message import Ui_ErrorMessage
2525

26-
app_version = "1.4.0"
26+
app_version = "1.4.1"
2727

2828
if os.getenv("SWAYSOCK"):
2929
sway_version = get_sway_version()

0 commit comments

Comments
 (0)