diff --git a/CMakeLists.txt b/CMakeLists.txt
index f5590ea197161ec06252427f9ad1c9951bdb5a4d..ce8e20c3b29cffb12e5ea5ceed0e338ebbb3751a 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -4,7 +4,7 @@
 
 cmake_minimum_required(VERSION 3.15)
 
-project(liblava VERSION 0.5.4 LANGUAGES C CXX)
+project(liblava VERSION 0.5.5 LANGUAGES C CXX)
 
 message("")
 message("========================================================================")
@@ -18,7 +18,7 @@ message("  _|  _|  _|    _|      _|      _|    _|        _|  _|        _|    _|
 message("  _|  _|  _|_|_|        _|        _|_|_|          _|            _|_|_|  ")
 message("                                                                        ")
 message("========================================================================")
-message(" 2020 preview 2                                                  v0.5.4 ")
+message(" 2020 preview 2                                                  v0.5.5 ")
 message("========================================================================")
 message(" https://git.io/liblava                                  lava-block.com ")
 message("========================================================================")
diff --git a/DOCS.md b/DOCS.md
index def688fa4c011b9fe234b7bfc1cfd2fccd657d90..c7ef5fd0a2885b1bfb6af23fd653af9d84cd1ab6 100644
--- a/DOCS.md
+++ b/DOCS.md
@@ -1,6 +1,6 @@
 <a href="https://lava-block.com"><img align="left" src="https://github.com/liblava.png" width="100" style="margin:0px 20px 0px 0px"></a>
 
-# liblava docs &nbsp; [![Version](https://img.shields.io/badge/Version-0.5.4-blue)](https://git.io/liblava)
+# liblava docs &nbsp; [![Version](https://img.shields.io/badge/Version-0.5.5-blue)](https://git.io/liblava)
 
 [Features](#features) &nbsp; **[Tutorial](#tutorial)** &nbsp; [Modules](#modules) &nbsp; **[Guide](#guide)** &nbsp; [Tests](#tests) &nbsp; **[Build](#build)** &nbsp; [Install](#install)
 
@@ -493,7 +493,7 @@ cmake --build . --target install
 First find the package in your *CMakeLists.txt*
 
 ```cmake
-find_package(lava 0.5.3 REQUIRED)
+find_package(lava 0.5.4 REQUIRED)
 
 ...
 
diff --git a/README.md b/README.md
index 39d494c81e3aa6c729374a88f172b946aa19294e..0f0ff4e375f74bfe0215d5fdf15605e71bf57118 100644
--- a/README.md
+++ b/README.md
@@ -8,7 +8,7 @@
 
 **C++20** + **Modular** &nbsp; **Windows** + **Linux** &nbsp; **<a href="https://git.io/liblava-demo">demo</a>**  + <a href="https://git.io/liblava-template">template</a>
 
-[![Version](https://img.shields.io/badge/Version-0.5.4-blue)](https://git.io/liblava) [![License](https://img.shields.io/github/license/liblava/liblava)](LICENSE) [![CodeFactor](https://www.codefactor.io/repository/github/liblava/liblava/badge)](https://www.codefactor.io/repository/github/liblava/liblava) [![Discord](https://img.shields.io/discord/439508141722435595)](https://discord.lava-block.com) [![Donate](https://img.shields.io/badge/Donate-PayPal-green.svg)](https://paypal.me/liblava) [![Twitter URL](https://img.shields.io/twitter/url/http/shields.io.svg?style=social&label=Follow)](https://twitter.com/liblava)
+[![Version](https://img.shields.io/badge/Version-0.5.5-blue)](https://git.io/liblava) [![License](https://img.shields.io/github/license/liblava/liblava)](LICENSE) [![CodeFactor](https://www.codefactor.io/repository/github/liblava/liblava/badge)](https://www.codefactor.io/repository/github/liblava/liblava) [![Discord](https://img.shields.io/discord/439508141722435595)](https://discord.lava-block.com) [![Donate](https://img.shields.io/badge/Donate-PayPal-green.svg)](https://paypal.me/liblava) [![Twitter URL](https://img.shields.io/twitter/url/http/shields.io.svg?style=social&label=Follow)](https://twitter.com/liblava)
 
 <br />
 
diff --git a/liblava/core/def.hpp b/liblava/core/def.hpp
index 84e5bbf8d10ec6118633828c3e668da0687f513a..fc89ec257a57d824b4e5ea9588f5a73f1ff5fba0 100644
--- a/liblava/core/def.hpp
+++ b/liblava/core/def.hpp
@@ -17,4 +17,4 @@
 
 #define LIBLAVA_VERSION_MAJOR 0
 #define LIBLAVA_VERSION_MINOR 5
-#define LIBLAVA_VERSION_PATCH 4
+#define LIBLAVA_VERSION_PATCH 5