chore: v0.2.2

This commit is contained in:
Alexis 2018-11-23 12:03:23 +01:00
parent ad7400d5ce
commit 2b05b8e69a
2 changed files with 1 additions and 3 deletions

View File

@ -1,6 +1,6 @@
project(
'waybar', 'cpp', 'c',
version: '0.2.1',
version: '0.2.2',
license: 'MIT',
default_options : [
'cpp_std=c++17',

View File

@ -1,7 +1,5 @@
#include "modules/clock.hpp"
#include <iostream>
waybar::modules::Clock::Clock(const Json::Value& config)
: ALabel(config, "{:%H:%M}", 60)
{