From 58a4f4902784fcf69ad212e03cc815c4c2851024 Mon Sep 17 00:00:00 2001 From: Johannes Sasongko Date: Thu, 25 Oct 2018 20:00:36 +1000 Subject: [PATCH] Mark version 1.1. --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 94bcad0..a839cd4 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('moodbar', 'cpp', - version : '1.0', + version : '1.1', license : 'GPL-3.0+', meson_version : '>=0.35', default_options : 'cpp_std=c++14',