From f47492c3716f93c23c67d0015a42a184097b2a4e Mon Sep 17 00:00:00 2001 From: Alex Date: Fri, 1 Mar 2019 17:12:02 +0100 Subject: [PATCH] chore: v0.4.0 --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index c72845d..daa3775 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project( 'waybar', 'cpp', 'c', - version: '0.3.0', + version: '0.4.0', license: 'MIT', default_options : [ 'cpp_std=c++17',