From 66c23fbef1b8b40e83b193985bc79d1ef3a3e4f8 Mon Sep 17 00:00:00 2001 From: KazDragon Date: Mon, 26 Aug 2019 14:18:06 +0200 Subject: [PATCH] Updated to v1.3.1 --- CMakeLists.txt | 2 +- conanfile.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"