Fix (weird) merge conflict
diff --git a/README.md b/README.md
index e2a2ab2..38c34a1 100644
--- a/README.md
+++ b/README.md
@@ -168,8 +168,7 @@
## Code Status
-The official current release is version 1.4. Changes over the last few
-years have been only minor bug fixes, minor feature additions and
+The official current release is version 1.4.1 Changes over the last few
documentation improvements. QCBOR 1.x is highly stable.
Work on some larger feature additions is ongoing in "dev" branch.
diff --git a/inc/qcbor/qcbor_common.h b/inc/qcbor/qcbor_common.h
index b378da2..2d630fe 100644
--- a/inc/qcbor/qcbor_common.h
+++ b/inc/qcbor/qcbor_common.h
@@ -62,7 +62,7 @@
*/
#define QCBOR_VERSION_MAJOR 1
#define QCBOR_VERSION_MINOR 4
-#define QCBOR_VERSION_PATCH 0
+#define QCBOR_VERSION_PATCH 1
/**