version bump 0.2.0.

This commit is contained in:
tastytea 2020-01-11 16:50:05 +01:00
parent 23eb3ff43e
commit 65ea6fd64b
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
1 changed files with 1 additions and 1 deletions

View File

@ -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)