diff --git a/CMakeLists.txt b/CMakeLists.txt
index 0d4539d..5686753 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -6,7 +6,7 @@
cmake_minimum_required(VERSION 3.10 FATAL_ERROR)
project("clutchlog"
- VERSION 0.11
+ VERSION 0.11.1
DESCRIPTION "A logging system which targets versatile debugging")
enable_language(CXX) # C++
diff --git a/docs/annotated.html b/docs/annotated.html
index 7884bea..df2e41a 100644
--- a/docs/annotated.html
+++ b/docs/annotated.html
@@ -22,7 +22,7 @@
|
clutchlog
- 0.11
+ 0.11.1
|
diff --git a/docs/classclutchlog-members.html b/docs/classclutchlog-members.html
index 45de837..82a96d4 100644
--- a/docs/classclutchlog-members.html
+++ b/docs/classclutchlog-members.html
@@ -22,7 +22,7 @@
|
clutchlog
- 0.11
+ 0.11.1
|
diff --git a/docs/classclutchlog.html b/docs/classclutchlog.html
index e171444..52c88ce 100644
--- a/docs/classclutchlog.html
+++ b/docs/classclutchlog.html
@@ -22,7 +22,7 @@
|
clutchlog
- 0.11
+ 0.11.1
|
@@ -441,7 +441,7 @@ template<class ... FMT>
clutchlog/clutchlog.h
-void log(const level &stage, const std::string &what, const std::string &file, const std::string &func, size_t line) const
Print a log message IF the location matches the given one.
Definition: clutchlog.h:883
+void log(const level &stage, const std::string &what, const std::string &file, const std::string &func, size_t line) const
Print a log message IF the location matches the given one.
Definition: clutchlog.h:891
static clutchlog & logger()
Get the logger instance.
Definition: clutchlog.h:291