Update version to 1.4.1
diff --git a/README.md b/README.md
index e2a2ab2..708a3a6 100644
--- a/README.md
+++ b/README.md
@@ -168,7 +168,7 @@
 
 ## Code Status
 
-The official current release is version 1.4. Changes over the last few
+The official current release is version 1.4.1 Changes over the last few
 years have been only minor bug fixes, minor feature additions and
 documentation improvements. QCBOR 1.x is highly stable.
 
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
 
 
 /**