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 [](https://git.io/liblava) +# liblava docs [](https://git.io/liblava) [Features](#features) **[Tutorial](#tutorial)** [Modules](#modules) **[Guide](#guide)** [Tests](#tests) **[Build](#build)** [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** **Windows** + **Linux** **<a href="https://git.io/liblava-demo">demo</a>** + <a href="https://git.io/liblava-template">template</a> -[](https://git.io/liblava) [](LICENSE) [](https://www.codefactor.io/repository/github/liblava/liblava) [](https://discord.lava-block.com) [](https://paypal.me/liblava) [](https://twitter.com/liblava) +[](https://git.io/liblava) [](LICENSE) [](https://www.codefactor.io/repository/github/liblava/liblava) [](https://discord.lava-block.com) [](https://paypal.me/liblava) [](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