summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorPhil Jones <philj56@gmail.com>2022-07-25 12:05:47 +0100
committerPhil Jones <philj56@gmail.com>2022-07-25 12:08:47 +0100
commit7ae1506b8b23ccc27d7aba6bb99b91e6ae21b651 (patch)
treec54649cafd0709bc3756d1c41f6c1328cf9c04ef /meson.build
parent5e78b1dbe2a879104cfaacda3e5d341b6ce482f2 (diff)
Version 0.2.0.
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 32611a7..605f48e 100644
--- a/meson.build
+++ b/meson.build
@@ -1,7 +1,7 @@
project(
'tofi',
'c',
- version: '0.1.1',
+ version: '0.2.0',
license: 'MIT',
default_options: [
'c_std=c2x',