From 5e9fbb5f273df0837e5ec9a61478f47bac6ab258 Mon Sep 17 00:00:00 2001 From: e2dk4r <43293320+e2dk4r@users.noreply.github.com> Date: Sat, 13 Apr 2024 19:01:21 +0300 Subject: [PATCH] release: v0.1.1 --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 63a2b57..1a557d0 100644 --- a/meson.build +++ b/meson.build @@ -2,7 +2,7 @@ project( 'gamepad_idle_inhibit', 'c', license: 'MIT', - version: '0.1.0', + version: '0.1.1', default_options: 'c_std=c99' )