summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortastytea2020-03-12 12:15:39 +0100
committertastytea2020-03-12 12:15:39 +0100
commitd1b345558401812442b272d9cfd5d34b682a902d (patch)
tree896f009579aa42cb52620e996a1d6ea7d7a6637c
parentf983acb91048a40d1f8e32a923646b8661d00e70 (diff)
downloadmastodonpp-d1b345558401812442b272d9cfd5d34b682a902d.tar
mastodonpp-d1b345558401812442b272d9cfd5d34b682a902d.tar.gz
mastodonpp-d1b345558401812442b272d9cfd5d34b682a902d.zip
Version bump 0.5.1.
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 04d7dae..d675c00 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.5.0
+ VERSION 0.5.1
DESCRIPTION "C++ wrapper for the Mastodon and Pleroma APIs."
LANGUAGES CXX)