summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md2
-rw-r--r--db.py2
-rwxr-xr-xlidecli.py2
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