From 65ea6fd64b78372536d90cc1b190915f3271ecdd Mon Sep 17 00:00:00 2001 From: tastytea Date: Sat, 11 Jan 2020 16:50:05 +0100 Subject: [PATCH] version bump 0.2.0. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 2691168..6697720 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -11,7 +11,7 @@ set(CMAKE_BUILD_TYPE "Release" CACHE STRING "The type of build.") option(BUILD_SHARED_LIBS "Build shared libraries." YES) project(mastodonpp - VERSION 0.1.0 + VERSION 0.2.0 DESCRIPTION "C++ wrapper for the Mastodon and Pleroma APIs." LANGUAGES CXX)