summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorPhil Jones <philj56@gmail.com>2022-07-28 22:51:32 +0100
committerPhil Jones <philj56@gmail.com>2022-07-29 14:32:26 +0100
commitc029d1d210a4bf6e04ec29a3e5ac53ea3e8fbc0a (patch)
treefc5fcc25599d091f63334a7cd64595cedbf489b8 /meson.build
parentfc0f5a60065384259a31d37d9d2709010ad92910 (diff)
Version 0.3.1.
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 9e3d030..4554a99 100644
--- a/meson.build
+++ b/meson.build
@@ -1,7 +1,7 @@
project(
'tofi',
'c',
- version: '0.3.0',
+ version: '0.3.1',
license: 'MIT',
default_options: [
'c_std=c2x',