Bump version to 1.0.0-beta

This commit is contained in:
Matt Baer 2018-08-27 09:33:51 -04:00
parent fab4fb3060
commit 1dffb66e67
2 changed files with 2 additions and 2 deletions

2
debian/changelog vendored
View File

@ -1,4 +1,4 @@
writeas-gtk (0.1.0) precise; urgency=low
writeas-gtk (1.0.0) precise; urgency=low
* Initial Release.

View File

@ -1,5 +1,5 @@
project('writeas-gtk', ['vala', 'c'],
version: '0.1',
version: '1.0.0-beta',
license: 'GPL',
meson_version: '>=0.40.1')