From e8f3c1c6b3219b902b789acfc601c7e7c3c178b6 Mon Sep 17 00:00:00 2001 From: Alexis Date: Fri, 26 Oct 2018 11:21:04 +0200 Subject: [PATCH] chore: v0.1.2 --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 07f6fce..43493a7 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project( 'waybar', 'cpp', 'c', - version: '0.1.0', + version: '0.1.2', license: 'MIT', default_options : [ 'cpp_std=c++17',