diff --git a/CMakeLists.txt b/CMakeLists.txt index e5e9e990..2ab81410 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ if (POLICY CMP0048) cmake_policy(SET CMP0048 NEW) - project(TERMINALPP VERSION 1.3.0) + project(TERMINALPP VERSION 1.3.1) else() project(TERMINALPP) endif() diff --git a/conanfile.py b/conanfile.py index f6db82e5..15d1051d 100644 --- a/conanfile.py +++ b/conanfile.py @@ -3,7 +3,7 @@ class TerminalppConan(ConanFile): name = "terminalpp" - version = "1.3.0" + version = "1.3.1" license = "MIT" author = "KazDragon" url = "https://github.com/KazDragon/terminalpp"