From 56c3db149f073ef4ff54322a11c5f2bd7364cbed Mon Sep 17 00:00:00 2001 From: Lorenzo Rapetti Date: Tue, 13 Sep 2022 19:13:54 +0200 Subject: [PATCH] Update CMakeLists.txt --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index fa4e4c9..71b6dd3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,7 +4,7 @@ cmake_minimum_required(VERSION 3.5) -set(PROJECT_VERSION "1.4.0") +set(PROJECT_VERSION "1.5.0") set (WEARABLES_PROJECT_NAME Wearables)