diff --git a/CMakeLists.txt b/CMakeLists.txt
index a1b753ce916ce6cded984033f7ca4901842aea06..2578e4f055204b5a3f1719d9f693288e9482a299 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -4,7 +4,7 @@
 
 cmake_minimum_required(VERSION 3.15)
 
-project(liblava VERSION 0.5.0 LANGUAGES C CXX)
+project(liblava VERSION 0.5.1 LANGUAGES C CXX)
 
 message("")
 message("========================================================================")
@@ -18,7 +18,7 @@ message("  _|  _|  _|    _|      _|      _|    _|        _|  _|        _|    _|
 message("  _|  _|  _|_|_|        _|        _|_|_|          _|            _|_|_|  ")
 message("                                                                        ")
 message("========================================================================")
-message(" 2020 preview                                                    v0.5.0 ")
+message(" 2020 preview 2                                                  v0.5.1 ")
 message("========================================================================")
 message(" https://git.io/liblava                                  lava-block.com ")
 message("========================================================================")
diff --git a/README.md b/README.md
index d38b3cec05fd2196a6415bc0a73ee29e8a14e740..fcae0c30b5dfffe01458c1031fbb0fad794c0f07 100644
--- a/README.md
+++ b/README.md
@@ -6,7 +6,7 @@
 
 **C++20** • **Modular** • **Windows** • **Linux**
 
-[![Version](https://img.shields.io/badge/Version-0.5.0-blue)](https://git.io/liblava) [![Build Status](https://travis-ci.com/liblava/liblava.svg?branch=master)](https://travis-ci.com/liblava/liblava) [![Build status](https://ci.appveyor.com/api/projects/status/gxvjpo73qf637hy3?svg=true)](https://ci.appveyor.com/project/TheLavaBlock/liblava) [![License](https://img.shields.io/github/license/liblava/liblava)](LICENSE) [![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.1-blue)](https://git.io/liblava) [![Build status](https://ci.appveyor.com/api/projects/status/gxvjpo73qf637hy3?svg=true)](https://ci.appveyor.com/project/TheLavaBlock/liblava) [![Build Status](https://travis-ci.com/liblava/liblava.svg?branch=master)](https://travis-ci.com/liblava/liblava) [![License](https://img.shields.io/github/license/liblava/liblava)](LICENSE) [![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)
 
 #### Features
 
@@ -18,7 +18,7 @@
 
 ##### Download latest **<a href="https://github.com/liblava/liblava-demo/releases">demo</a>** (Feb. 20, 2020)
 
-<a href="https://github.com/liblava/liblava-demo/#readme"><img src="res/demo.png" width="900"></a>
+<a href="https://github.com/liblava/liblava-demo/#readme"><img src="res/demo.png"></a>
 
 #### Modules
 
diff --git a/ext/imgui b/ext/imgui
index 02a6c060804eed00b87604953a1f936a3e7f8609..03453246464cdd414c2f76d4a2569d2d5511870b 160000
--- a/ext/imgui
+++ b/ext/imgui
@@ -1 +1 @@
-Subproject commit 02a6c060804eed00b87604953a1f936a3e7f8609
+Subproject commit 03453246464cdd414c2f76d4a2569d2d5511870b
diff --git a/liblava/core/version.hpp b/liblava/core/version.hpp
index 1f45bf0f53e9942f24a286cfca866753372544b4..9b7f3034b3178d4aa4922e9379b59625a1d4d9cc 100644
--- a/liblava/core/version.hpp
+++ b/liblava/core/version.hpp
@@ -31,7 +31,7 @@ struct version {
     i32 year = 2020;
     i32 release = 0;
     version_stage stage = version_stage::preview;
-    i32 rev = 0;
+    i32 rev = 2;
 };
 
 constexpr version const _version = {};
diff --git a/liblava/def.hpp b/liblava/def.hpp
index 6db0453914adeb2b3ec21ee7fe5ba9984fec3b94..108b87b707c5a1509334fb4ee6b81fcdf11dc95b 100644
--- a/liblava/def.hpp
+++ b/liblava/def.hpp
@@ -17,4 +17,4 @@
 
 #define LIBLAVA_VERSION_MAJOR 0
 #define LIBLAVA_VERSION_MINOR 5
-#define LIBLAVA_VERSION_PATCH 0
+#define LIBLAVA_VERSION_PATCH 1