From 44bc7c0cb47d9c793186d4113717f104b6e84d68 Mon Sep 17 00:00:00 2001 From: James Magahern Date: Tue, 15 Jul 2025 18:42:28 -0700 Subject: [PATCH] v1.0.0 --- meson.build | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meson.build b/meson.build index b6281f2..e4ab3a9 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ project('kordophone', 'vala', - version : '0.1.0', + version : '1.0.0', meson_version : '>=0.56.0', default_options : ['warning_level=2'] ) -subdir('src') \ No newline at end of file +subdir('src')