aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Schodet2021-10-23 22:51:00 +0200
committerNicolas Schodet2021-10-23 22:51:00 +0200
commitcfaa49cef23813739ba3e0347777b1f127205e95 (patch)
treedaa7b8863a0af2e8f0d8889adac94f5adc50aa92
parentf1e4e9523558b9152d475157fcd5abd1b8267cc9 (diff)
Change to version 0.4.1
This was forgotten before tagging.
-rw-r--r--README2
-rw-r--r--meson.build2
2 files changed, 2 insertions, 2 deletions
diff --git a/README b/README
index c7e4d08..c7b7fb8 100644
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
LibNXT and FwFlash
- v0.4.0
+ v0.4.1
====================
What?
diff --git a/meson.build b/meson.build
index aa8a701..ede64ff 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project('libnxt', 'c',
default_options : 'warning_level=3',
- version : '0.4.0')
+ version : '0.4.1')
usbdep = dependency('libusb-1.0')