about summary refs log tree commit diff
path: root/meson.build
diff options
context:
space:
mode:
authorRicky Kresslein <rk@lakoliu.com>2022-03-17 09:01:02 +0100
committerRicky Kresslein <rk@lakoliu.com>2022-03-17 09:01:02 +0100
commit917748d474e98c945ac0ef0347bc4dc3925b89c3 (patch)
treebc0cf279ea17cacd1e96b6b2f8a2d10890db987b /meson.build
parent9e9ddca690ca16d03c44ea9c8a312320bb6eba34 (diff)
downloadFurtherance-917748d474e98c945ac0ef0347bc4dc3925b89c3.tar.zst
- Bug fix: Changing a task date now moves it immediately
- Spaces before single digit dates are now zeroes
- Moved 'Delete history' above 'About' in menu
- Task input selected by default
Diffstat (limited to 'meson.build')
-rwxr-xr-xmeson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 04c9746..ac9661f 100755
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
 project('furtherance', 'rust',
-          version: '1.0.6',
+          version: '1.0.7',
     meson_version: '>= 0.50.0',
   default_options: [ 'warning_level=2',
                    ],