Skip to content

Commit bebe96e

Browse files
committed
Fix version number of inner project to match outer project main.json
1 parent 4da11a2 commit bebe96e

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.main-meta/main.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"content": {
55
"metaDataVersion": "1.3.0",
66
"name": "com.microchip.mplabx.project.dspic33-dsc-bootloader-code-examples",
7-
"version": "1.2.0",
7+
"version": "1.2.1",
88
"displayName": "dsPIC33 DSC Bootloader Code Examples",
99
"projectName": "dspic33-dsc-bootloader-code-examples",
1010
"shortDescription": "dsPIC33 DSC Bootloader Code Examples",

changelog.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# dsPIC33 DSC Bootloader Code Examples v1.2.1
2+
### Release Highlights
3+
* Corrected version number of "dspic33a Secure Boot and Secure Firmware Upgrade Demo".
4+
5+
### Features Added\Updated
6+
* Corrected version number of "dspic33a Secure Boot and Secure Firmware Upgrade Demo".
7+
18
# dsPIC33 DSC Bootloader Code Examples v1.2.0
29
### Release Highlights
310
* Initial Release of "dspic33a Secure Boot and Secure Firmware Upgrade Demo" - MDFU based secure bootloader for the dsPIC33A family of devices with a single partition verified by ECDSA with P-384.*

dspic33a_secure_boot_and_secure_firmware_upgrade_demo/.main-meta/main.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"content": {
55
"metaDataVersion": "1.3.0",
66
"name": "com.microchip.mplabx.project.dspic33a-secure-boot-and-secure-firmware-upgrade-demo",
7-
"version": "1.0.0",
7+
"version": "1.2.1",
88
"displayName": "dsPIC33a Secure Boot and Secure Firmware Upgrade Demo",
99
"projectName": "dspic33a-secure-boot-and-secure-firmware-upgrade-demo",
1010
"shortDescription": "This MPLAB® X IDE example demonstrates how to perform secure boot authentication and secure firmware upgrade via UART with Microchip Device Firmware Update Protocol (M-DFU) and ECDSA with P-384 verification within MCC Melody.",

0 commit comments

Comments
 (0)