From c3bd6da1d0cecab92d800ede15112aaa73cdafb4 Mon Sep 17 00:00:00 2001 From: Alexis Date: Wed, 15 Aug 2018 14:50:19 +0200 Subject: [PATCH] chore: v0.0.3 --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index be939bf8..cf9024de 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project( 'waybar', 'cpp', 'c', - version: '0.0.2', + version: '0.0.3', license: 'MIT', default_options : ['cpp_std=c++17'], )