Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Sunderland93 committed Feb 18, 2024
1 parent 21ee9db commit fc04566
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions io.github.Sunderland93.sway-input-config.metainfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
<p>It uses standard libinput options to configure keyboard, touchpad, tablet and pointer devices.</p>
</description>
<releases>
<release version="1.4.1" date="2024-02-18"/>
<release version="1.4.0" date="2024-02-14"/>
<release version="1.3.3" date="2023-09-01"/>
<release version="1.3.1" date="2023-07-06"/>
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

setup(
name='sway-input-config',
version='1.4.0',
version='1.4.1',
description='input devices configurator for sway',
license='GPL-3',
author='Aleksey Samoilov',
Expand Down
2 changes: 1 addition & 1 deletion sway_input_config/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
from sway_input_config.ui_selectlayout import Ui_SelectKeyboardLayoutDialog
from sway_input_config.ui_error_message import Ui_ErrorMessage

app_version = "1.4.0"
app_version = "1.4.1"

if os.getenv("SWAYSOCK"):
sway_version = get_sway_version()
Expand Down

0 comments on commit fc04566

Please sign in to comment.