meson.build: update version

This commit is contained in:
Johan Malm 2021-04-17 14:18:52 +01:00
parent 9316c842b1
commit 981c03e7e4

View file

@ -1,7 +1,7 @@
project( project(
'labwc', 'labwc',
'c', 'c',
version: '0.2.0', version: '0.2.1',
license: 'GPL-2', license: 'GPL-2',
default_options: [ default_options: [
'c_std=c11', 'c_std=c11',