chore: v0.0.4

This commit is contained in:
Alexis 2018-08-16 17:19:02 +02:00
parent 8768183f3d
commit 93f87f322f
2 changed files with 2 additions and 2 deletions

View File

@ -29,7 +29,7 @@ $ ninja -C build
$ ./build/waybar
```
Contributions welcome! - have fun :)
Contributions welcome! - have fun :)<br>
The style guidelines is [Google's](https://google.github.io/styleguide/cppguide.html)
## License

View File

@ -1,6 +1,6 @@
project(
'waybar', 'cpp', 'c',
version: '0.0.3',
version: '0.0.4',
license: 'MIT',
default_options : ['cpp_std=c++17'],
)