From 9f7e59c80a905dac13865861ce792a7b44f412dc Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Sun, 18 Apr 2021 17:14:20 +0200 Subject: [PATCH] Bump to v0.3.0 --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index ce81b4d..fee3661 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ project( 'xdg-desktop-portal-wlr', 'c', - version: '0.2.0', + version: '0.3.0', license: 'MIT', meson_version: '>=0.50.0', default_options: ['c_std=c11', 'warning_level=2', 'werror=true'],