From 975ce8906c42742dbb698fcf9fa15663c530df20 Mon Sep 17 00:00:00 2001
From: Joseph Donofry <joedonofry@gmail.com>
Date: Wed, 22 May 2019 22:00:26 -0400
Subject: [PATCH] Update to version 0.2.1

---
 CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 0a0c0a1a6..993d351ec 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,6 +1,6 @@
 cmake_minimum_required(VERSION 3.11)
 
-project(matrix_client VERSION 0.2.0 LANGUAGES CXX C)
+project(matrix_client VERSION 0.2.1 LANGUAGES CXX C)
 
 option(ASAN "Compile with address sanitizers" OFF)
 option(BUILD_LIB_TESTS "Build tests" ON)
-- 
GitLab