[CP-1100] Fix update not working Bumped ecoboot.bin asset version to v1.1.2
1 files changed, 1 insertions(+), 1 deletions(-) M products/PurePhone/BinaryAssetsVersions.cmake
M products/PurePhone/BinaryAssetsVersions.cmake => products/PurePhone/BinaryAssetsVersions.cmake +1 -1
@@ 1,7 1,7 @@ # This file sets versions of downloaded binaries for release packaging purposes if( NOT DEFINED ECOBOOT_BIN_VERSION) set(ECOBOOT_BIN_VERSION 1.1.0 CACHE STRING "bootloader binary version to download from bootloader release page") set(ECOBOOT_BIN_VERSION 1.1.2 CACHE STRING "bootloader binary version to download from bootloader release page") endif() if (NOT DEFINED UPDATER_BIN_VERSION)