bump to 1.3.0

Test: Build
diff --git a/CMakeLists.txt b/CMakeLists.txt
index f1cc01b..c518d85 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -23,7 +23,7 @@
 endif()
 
 set(UHDR_MAJOR_VERSION 1)
-set(UHDR_MINOR_VERSION 2)
+set(UHDR_MINOR_VERSION 3)
 set(UHDR_PATCH_VERSION 0)
 project(libuhdr
         VERSION ${UHDR_MAJOR_VERSION}.${UHDR_MINOR_VERSION}.${UHDR_PATCH_VERSION}
diff --git a/ultrahdr_api.h b/ultrahdr_api.h
index 54c91c2..6a6edec 100644
--- a/ultrahdr_api.h
+++ b/ultrahdr_api.h
@@ -71,11 +71,12 @@
  *   1.2.0           1.2.0                       Some bug fixes, introduced new API and renamed
  *                                               existing API which warrants a major version update.
  *                                               But indicated as a minor update.
+ *   1.3.0           1.3.0                       Some bug fixes, introduced new API.
  */
 
 // This needs to be kept in sync with version in CMakeLists.txt
 #define UHDR_LIB_VER_MAJOR 1
-#define UHDR_LIB_VER_MINOR 2
+#define UHDR_LIB_VER_MINOR 3
 #define UHDR_LIB_VER_PATCH 0
 
 #define UHDR_LIB_VERSION \