From 440ae412b9ce9c868aa8b98e6da537bd0ec62de7 Mon Sep 17 00:00:00 2001 From: JF Date: Wed, 21 Oct 2020 17:31:56 +0200 Subject: Increase max size of notification message to 100 char. Fix bug in message handling that would ignore the last character of the notification. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 5346ccfb..1e340f74 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 3.10) -project(pinetime VERSION 0.8.2 LANGUAGES C CXX ASM) +project(pinetime VERSION 0.9.0 LANGUAGES C CXX ASM) set(NRF_TARGET "nrf52") -- cgit v1.2.3