From 352c868fc7622ed69dc6cb8266ec4a4fe40a8747 Mon Sep 17 00:00:00 2001 From: KazDragon Date: Thu, 12 Sep 2019 10:33:19 +0000 Subject: [PATCH] Version bump to 1.3.3. --- CMakeLists.txt | 2 +- conanfile.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index dad79674..b3ee81d3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ if (POLICY CMP0048) cmake_policy(SET CMP0048 NEW) - project(TERMINALPP VERSION 1.3.2) + project(TERMINALPP VERSION 1.3.3) else() project(TERMINALPP) endif() diff --git a/conanfile.py b/conanfile.py index 3e3e9f1a..dd874bcd 100644 --- a/conanfile.py +++ b/conanfile.py @@ -3,7 +3,7 @@ class TerminalppConan(ConanFile): name = "terminalpp" - version = "1.3.2" + version = "1.3.3" license = "MIT" author = "KazDragon" url = "https://github.com/KazDragon/terminalpp"