Bump version

This commit is contained in:
Bleak Grey 2020-10-31 15:38:15 +03:00
parent a682fac698
commit b23bd09206
2 changed files with 2 additions and 2 deletions

View File

@ -76,7 +76,7 @@
</screenshots>
<releases>
<release version="1.0.0-alpha2" date="2020-10-30">
<release version="1.0.0-alpha3" date="2020-10-30">
<description>
<ul>
<li>New app icon (Kudos to Tobias Bernard!)</li>

View File

@ -1,4 +1,4 @@
project('com.github.bleakgrey.tootle', 'vala', 'c', version: '1.0.0-alpha2')
project('com.github.bleakgrey.tootle', 'vala', 'c', version: '1.0.0-alpha3')
config = configuration_data()
config.set('EXEC_NAME', meson.project_name())