Move version to 1.0.0 in meson.build

This commit is contained in:
Matt Baer 2018-09-30 20:26:18 -04:00
parent 4c784b32c8
commit 5928c4d845

View File

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