From e3da93aed8e9650a7c1a9b4e1c2e959cd47d7234 Mon Sep 17 00:00:00 2001
From: adnano <me@adnano.co>
Date: Sat, 15 Jul 2023 18:55:07 -0400
Subject: [PATCH] Bump version to 0.1.4

---
 meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meson.build b/meson.build
index fe8f34e..455c871 100644
--- a/meson.build
+++ b/meson.build
@@ -1,7 +1,7 @@
 project(
 	'wmenu',
 	'c',
-	version: '0.1.2',
+	version: '0.1.4',
 	license: 'MIT',
 	default_options: [
 		'c_std=c11',