From a44b8341ed9597d9f2c1e3bf3a3f09a0004fccaf Mon Sep 17 00:00:00 2001 From: Valeri Ochinski Date: Tue, 29 Aug 2023 10:31:48 +0300 Subject: [PATCH] Release 1.0.0 Fully functional and includes all major features. --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 439ae6f..98b5edf 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('evdevhook2', ['c', 'vala'], - version: '0.1.0', + version: '1.0.0', meson_version: '>= 0.50.0', default_options: [ 'warning_level=2', ],