From 5c58cec7113a3bf9d6b280916cc88cffcd0eb69d Mon Sep 17 00:00:00 2001
From: Lava Block <the@lava-block.com>
Date: Tue, 20 Oct 2020 11:54:34 +0200
Subject: [PATCH] 0.5.5

---
 CMakeLists.txt       | 4 ++--
 DOCS.md              | 4 ++--
 README.md            | 2 +-
 liblava/core/def.hpp | 2 +-
 4 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index f5590ea1..ce8e20c3 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 def688fa..c7ef5fd0 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 39d494c8..0f0ff4e3 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 84e5bbf8..fc89ec25 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
-- 
GitLab