From 84b996bf3f7b11ffc2684fa1ccd4453306914c5b Mon Sep 17 00:00:00 2001 From: JF Date: Sun, 24 May 2020 17:02:45 +0200 Subject: [PATCH] Typo in file name. Set version to 0.6.0. --- CMakeLists.txt | 2 +- ...mi.elf_4.1.7.bin => mynewt_nosemi_4.1.7.elf.bin} | Bin 2 files changed, 1 insertion(+), 1 deletion(-) rename bootloader/{mynewt_nosemi.elf_4.1.7.bin => mynewt_nosemi_4.1.7.elf.bin} (100%) diff --git a/CMakeLists.txt b/CMakeLists.txt index 67a9af60..003be764 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 3.10) -project(pinetime VERSION 0.5.0 LANGUAGES C CXX ASM) +project(pinetime VERSION 0.6.0 LANGUAGES C CXX ASM) set(NRF_TARGET "nrf52") diff --git a/bootloader/mynewt_nosemi.elf_4.1.7.bin b/bootloader/mynewt_nosemi_4.1.7.elf.bin similarity index 100% rename from bootloader/mynewt_nosemi.elf_4.1.7.bin rename to bootloader/mynewt_nosemi_4.1.7.elf.bin