Skip to content

Commit

Permalink
chore: v0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexays committed Aug 16, 2018
1 parent 8768183 commit 93f87f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
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.0.3',
version: '0.0.4',
license: 'MIT',
default_options : ['cpp_std=c++17'],
)
Expand Down

0 comments on commit 93f87f3

Please sign in to comment.