From f327caedfa3228e2c35e5e9d398b2da3dcd6cc4d Mon Sep 17 00:00:00 2001 From: Julien Date: Wed, 12 Jul 2023 22:22:03 +0200 Subject: Version bump --- CHANGELOG.md | 2 +- db.py | 2 +- lidecli.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c402fad..2803b5b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ # Changelog All changes to the project will be documented in this file. -## 1.0.2 - 2023.07.12 +## 1.0.3 - 2023.07.12 ### Commands added diff --git a/db.py b/db.py index c374cf8..b017de8 100644 --- a/db.py +++ b/db.py @@ -240,7 +240,7 @@ def commands(): }, { "name": "x-focus-name-nth", - "description": "Give focus to the bth Window (by name)", + "description": "Give focus to the nth Window (by name)", "forwarded_arguments": [ { "name": "WinName", "description": "The substring to match the Window Name"}, { "name": "Nth", "description": "The index of the window"} diff --git a/lidecli.py b/lidecli.py index 645b6bc..fd44479 100755 --- a/lidecli.py +++ b/lidecli.py @@ -10,7 +10,7 @@ import parsing_callbacks import command_callbacks import db -version = "1.0.2" +version = "1.0.3" verbose = False outer_args = None inner_args = None -- cgit v1.2.3