Prepare new release

- Update version numbers
This commit is contained in:
Cagebreak Signing Key 1 2020-04-09 17:31:35 +00:00
commit 3f277d2b7f
4 changed files with 7 additions and 3 deletions

View file

@ -210,6 +210,10 @@ Adds basic tiling window manager functionality to cage.
Unifies commands and actions. See Issue 4 in Bugs.md.
### Release 1.2.0
Adds output configuration as described in the man pages.
## License
Please see [LICENSE](https://github.com/project-repo/cagebreak/blob/master/LICENSE)

View file

@ -1,4 +1,4 @@
% CAGEBREAK-CONFIG(1) Version 1.1 | Cagebreak Manual
% CAGEBREAK-CONFIG(1) Version 1.2 | Cagebreak Manual
# NAME

View file

@ -1,4 +1,4 @@
% CAGEBREAK(1) Version 1.1 | Cagebreak Manual
% CAGEBREAK(1) Version 1.2 | Cagebreak Manual
# NAME

View file

@ -1,5 +1,5 @@
project('cagebreak', 'c',
version: '1.1.0',
version: '1.2.0',
license: 'MIT',
default_options: [
'c_std=c11',