aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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')