Skip to content

Commit

Permalink
chore: v0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexays committed Nov 23, 2018
1 parent ad7400d commit 2b05b8e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
project(
'waybar', 'cpp', 'c',
version: '0.2.1',
version: '0.2.2',
license: 'MIT',
default_options : [
'cpp_std=c++17',
Expand Down
2 changes: 0 additions & 2 deletions src/modules/clock.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
#include "modules/clock.hpp"

#include <iostream>

waybar::modules::Clock::Clock(const Json::Value& config)
: ALabel(config, "{:%H:%M}", 60)
{
Expand Down

0 comments on commit 2b05b8e

Please sign in to comment.