InfiniTime.git

commit 6309719a62436fd746a7a8b228205e93b419ca26

Author: JF <jf@codingfield.com>

Set version to 0.7.0

 CMakeLists.txt | 2 +-
 src/Components/Ble/DeviceInformationService.h | 2 +-


diff --git a/CMakeLists.txt b/CMakeLists.txt
index c5cf78aa7283eb4fcb22432f8057cf158e83c436..51ac2d189ebbc3080830382a4a3ee644128ceb6f 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,5 +1,5 @@
 cmake_minimum_required(VERSION 3.10)
-project(pinetime VERSION 0.6.1 LANGUAGES C CXX ASM)
+project(pinetime VERSION 0.7.0 LANGUAGES C CXX ASM)
 
 set(NRF_TARGET "nrf52")
 




diff --git a/src/Components/Ble/DeviceInformationService.h b/src/Components/Ble/DeviceInformationService.h
index 6249893da6c3470fb8b2f262d05c8050e3e24499..d768da8e53fe3558cc88741c8daa093fb789469f 100644
--- a/src/Components/Ble/DeviceInformationService.h
+++ b/src/Components/Ble/DeviceInformationService.h
@@ -25,7 +25,7 @@
         static constexpr char* manufacturerName = "Codingfield";
         static constexpr char* modelNumber = "1";
         static constexpr char* serialNumber = "9.8.7.6.5.4";
-        static constexpr char* fwRevision = "0.5.0";
+        static constexpr char* fwRevision = "0.7.0";
         static constexpr char* hwRevision = "1.0.0";
 
         static constexpr ble_uuid16_t deviceInfoUuid {