Skip to content

Commit

Permalink
Updated to v1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
KazDragon committed Aug 26, 2019
1 parent fe7b0e3 commit 66c23fb
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.0)
project(TERMINALPP VERSION 1.3.1)
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.0"
version = "1.3.1"
license = "MIT"
author = "KazDragon"
url = "https://github.com/KazDragon/terminalpp"
Expand Down

0 comments on commit 66c23fb

Please sign in to comment.