From 014b7571f3d09c51fa10400189e92a9160f68ec2 Mon Sep 17 00:00:00 2001 From: Phil Jones Date: Tue, 28 Jun 2022 07:03:00 +0100 Subject: Version 0.1.1 Fix typo in meson.build --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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', -- cgit v1.2.3