summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Jones <philj56@gmail.com>2022-06-28 07:03:00 +0100
committerPhil Jones <philj56@gmail.com>2022-06-28 07:03:00 +0100
commit014b7571f3d09c51fa10400189e92a9160f68ec2 (patch)
tree8187644fa6facc6ef46ef9b65d870364ee34eb13
parent1da9e9c491ac026e3575df4b36105aeeadb5879c (diff)
Version 0.1.1
Fix typo in meson.build
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 9d1908f..8bc2b01 100644
--- a/meson.build
+++ b/meson.build
@@ -1,7 +1,7 @@
project(
'tofi',
'c',
- version: '0.1.0'
+ version: '0.1.1',
license: 'MIT',
default_options: [
'c_std=c2x',