oxwm

https://git.tonybtw.com/oxwm.git git://git.tonybtw.com/oxwm.git

Bumped version a bit since scrolling is a new feature

Commit
4f07f4bc673b4a2f6e9fb1283bd686d97dd8df5d
Parent
00a27e6
Author
tonybtw <tonybtw@tonybtw.com>
Date
2026-01-11 04:53:17

Diff

diff --git a/Cargo.lock b/Cargo.lock
index 7d52569..c793f6d 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -291,7 +291,7 @@ checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
 
 [[package]]
 name = "oxwm"
-version = "0.10.0"
+version = "0.10.2"
 dependencies = [
  "chrono",
  "dirs",
diff --git a/Cargo.toml b/Cargo.toml
index 9968015..1453242 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "oxwm"
-version = "0.10.0"
+version = "0.10.2"
 edition = "2024"
 
 [lib]