Skip to content

Commit

Permalink
Version bump to 1.3.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
KazDragon committed Sep 12, 2019
1 parent b43cc12 commit 352c868
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -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()
Expand Down
2 changes: 1 addition & 1 deletion conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 352c868

Please sign in to comment.