From 33f138c16ec13a769138a8b40d030d599aa2f9b5 Mon Sep 17 00:00:00 2001 From: Alexis Date: Fri, 16 Nov 2018 10:15:27 +0100 Subject: [PATCH] chore: v0.2.1 --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index aa39ad0a..1d16890f 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project( 'waybar', 'cpp', 'c', - version: '0.2.0', + version: '0.2.1', license: 'MIT', default_options : [ 'cpp_std=c++17',