Version bump :3

This commit is contained in:
Bleak Grey 2020-09-10 20:24:43 +03:00
parent 1691ee4eff
commit 6afe6422d2
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ scalable_dir = join_paths(icons_dir, 'scalable', 'apps')
symbolic_dir = join_paths(icons_dir, 'symbolic', 'apps')
install_data(
join_paths('icons', 'color.svg'),
join_paths('icons', 'color-nightly.svg'),
install_dir: scalable_dir,
rename: meson.project_name() + '.svg'
)

View File

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