diff --git a/Doc/doxygen/DoxyfileLibOpenBLT b/Doc/doxygen/DoxyfileLibOpenBLT
index 4d2a2d78..93a116df 100644
--- a/Doc/doxygen/DoxyfileLibOpenBLT
+++ b/Doc/doxygen/DoxyfileLibOpenBLT
@@ -38,7 +38,7 @@ PROJECT_NAME = "OpenBLT Host Library - Reference Manual"
# could be handy for archiving the generated documentation or if some version
# control system is used.
-PROJECT_NUMBER = 1.3.0
+PROJECT_NUMBER = 1.3.1
# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a
diff --git a/Doc/doxygen/images/LibOpenBLT/libopenblt_architecture.png b/Doc/doxygen/images/LibOpenBLT/libopenblt_architecture.png
index 937cd259..138106bc 100644
Binary files a/Doc/doxygen/images/LibOpenBLT/libopenblt_architecture.png and b/Doc/doxygen/images/LibOpenBLT/libopenblt_architecture.png differ
diff --git a/Doc/doxygen/images/LibOpenBLT/libopenblt_architecture.svg b/Doc/doxygen/images/LibOpenBLT/libopenblt_architecture.svg
index 9987b847..adeee822 100644
--- a/Doc/doxygen/images/LibOpenBLT/libopenblt_architecture.svg
+++ b/Doc/doxygen/images/LibOpenBLT/libopenblt_architecture.svg
@@ -26,9 +26,9 @@
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
- inkscape:zoom="1.0835317"
- inkscape:cx="561.25984"
- inkscape:cy="396.85039"
+ inkscape:zoom="1"
+ inkscape:cx="563.12378"
+ inkscape:cy="422.24337"
inkscape:document-units="mm"
inkscape:current-layer="layer1"
showgrid="false"
@@ -196,95 +196,11 @@
x="115.04451"
y="208.21286"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:5.64444447px;font-family:Arial;-inkscape-font-specification:Arial;stroke-width:0.26458332">Cross-Platform Host Library
- Portation of MicroBoot to use LibOpenBLT is planned for the near future.
- *
- *
diff --git a/Host/Source/LibOpenBLT/openblt.c b/Host/Source/LibOpenBLT/openblt.c
index 3c845bc4..a71cd6e0 100644
--- a/Host/Source/LibOpenBLT/openblt.c
+++ b/Host/Source/LibOpenBLT/openblt.c
@@ -51,10 +51,10 @@
* for major-, minor-, and patch-version. Version 1.05.12 would for example be
* 10512.
*/
-#define BLT_VERSION_NUMBER (10300u)
+#define BLT_VERSION_NUMBER (10301u)
/** \brief The version number of the library as a null-terminated string. */
-#define BLT_VERSION_STRING "1.03.00"
+#define BLT_VERSION_STRING "1.03.01"
/****************************************************************************************
diff --git a/Host/libopenblt.dll b/Host/libopenblt.dll
index 0de14e63..9393fa62 100644
Binary files a/Host/libopenblt.dll and b/Host/libopenblt.dll differ