summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzachir <zachir@librem.one>2025-07-19 00:44:16 -0500
committerzachir <zachir@librem.one>2025-07-19 00:44:16 -0500
commitcdd4ea4afc9b45a0e2353b32f71e8d0bdab79c85 (patch)
treec145aaf418abae954d86aa9e1fa9df559640e7e4
parent9c1985916ae38150110a555d6b8be16dea2a2d3f (diff)
Bump to version 0.9.3
-rw-r--r--CHANGELOG.md4
-rw-r--r--src/main.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index ad7886d..9a4f58c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,9 @@
# Changelog
+## [0.9.3] - 2025-07-19
+### Added
+- Improve dmenu compatibility with flags
+
## [0.9.2] - 2025-07-17
### Added
- Added in some flags for better dmenu compatibility
diff --git a/src/main.c b/src/main.c
index c44be40..4253eee 100644
--- a/src/main.c
+++ b/src/main.c
@@ -822,7 +822,7 @@ static const struct wl_surface_listener dummy_surface_listener = {
static void version()
{
fprintf(stdout, "%s",
-"tofi-0.9.2\n"
+"tofi-0.9.3\n"
);
}