From 8b3dc1ae6099dcfa73aec3ae11df2fdc58540d14 Mon Sep 17 00:00:00 2001 From: Andri Yngvason Date: Sun, 22 Jan 2023 13:06:19 +0000 Subject: [PATCH] Release v0.6.0 --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index b8a1c9c..a86a3cf 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ project( 'neatvnc', 'c', - version: '0.5.1', + version: '0.6.0', license: 'ISC', default_options: [ 'c_std=gnu11',