summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean-François Milants <jf@codingfield.com>2021-03-07 21:29:02 +0100
committerJean-François Milants <jf@codingfield.com>2021-03-07 21:29:02 +0100
commite63596b291f973cdeb01cd0ac276861895bd4489 (patch)
tree3a8bb7ffe8ef4b475ac4933e305714daf99f979d
parentc5dc4c55a79e0e3393df22e77825f24b6130a0bb (diff)
Set version to 0.14.1
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index c63d169a..54ef9faf 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.10)
-project(pinetime VERSION 0.14.0 LANGUAGES C CXX ASM)
+project(pinetime VERSION 0.14.1 LANGUAGES C CXX ASM)
set(NRF_TARGET "nrf52")