summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJulien <contact@julienpro.com>2023-07-12 22:22:03 +0200
committerJulien <contact@julienpro.com>2023-07-12 22:22:03 +0200
commitf327caedfa3228e2c35e5e9d398b2da3dcd6cc4d (patch)
tree6fe15d4304c06dcecdb82df9c0c6ba4bd33e70e3
parent61e83b072b92b3015b4ec53775130a72c3fab4f4 (diff)
Version bumpHEADmain
-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