Skip to content

Commit

Permalink
Release 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
vovagorodok committed Apr 15, 2024
1 parent 1bf4526 commit 5541587
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion library.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ArduinoBleOTA",
"version": "1.0.1",
"version": "1.0.2",
"description": "Bluetooth low energy (BLE) library for uploads",
"keywords": "BLE, OTA, bluetooth, upload, update",
"repository":
Expand Down
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=vovagorodok_ArduinoBleOTA
version=1.0.1
version=1.0.2
author=vovagorodok
maintainer=vovagorodok <[email protected]>
sentence=Bluetooth low energy (BLE) library for uploads.
Expand Down
12 changes: 6 additions & 6 deletions tools/release_builder/example_hardware_esp32.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,44 +6,44 @@

"software_name": "Example SW",
"software_version": [1, 0, 0],
"software_path": "https://github.com/vovagorodok/ArduinoBleOTA/releases/download/1.0.1/firmware_esp32_example_v1.0.0.bin",
"software_path": "https://github.com/vovagorodok/ArduinoBleOTA/releases/download/1.0.2/firmware_esp32_example_v1.0.0.bin",
"software_icon": "https://raw.githubusercontent.com/vovagorodok/ble_ota_app/main/web/icons/Icon-192.png",
"hardware_version": [1, 0, 0]
},
{
"software_name": "Example SW",
"software_version": [1, 1, 0],
"software_path": "https://github.com/vovagorodok/ArduinoBleOTA/releases/download/1.0.1/firmware_esp32_example_v1.1.0.bin",
"software_path": "https://github.com/vovagorodok/ArduinoBleOTA/releases/download/1.0.2/firmware_esp32_example_v1.1.0.bin",
"software_icon": "https://raw.githubusercontent.com/vovagorodok/ble_ota_app/main/web/icons/Icon-192.png",
"hardware_version": [1, 0, 0]
},
{
"software_name": "Example SW",
"software_version": [1, 1, 2],
"software_path": "https://github.com/vovagorodok/ArduinoBleOTA/releases/download/1.0.1/firmware_esp32_example_v1.1.2.bin",
"software_path": "https://github.com/vovagorodok/ArduinoBleOTA/releases/download/1.0.2/firmware_esp32_example_v1.1.2.bin",
"software_icon": "https://raw.githubusercontent.com/vovagorodok/ble_ota_app/main/web/icons/Icon-192.png",
"min_hardware_version": [1, 0, 0],
"max_hardware_version": [1, 0, 2]
},
{
"software_name": "Example SW",
"software_version": [2, 0, 0],
"software_path": "https://github.com/vovagorodok/ArduinoBleOTA/releases/download/1.0.1/firmware_esp32_example_v2.0.0.bin",
"software_path": "https://github.com/vovagorodok/ArduinoBleOTA/releases/download/1.0.2/firmware_esp32_example_v2.0.0.bin",
"software_icon": "https://raw.githubusercontent.com/vovagorodok/ble_ota_app/main/web/icons/Icon-192.png",
"min_hardware_version": [2, 0, 0],
"max_hardware_version": [2, 0, 1]
},
{
"software_name": "Other SW",
"software_version": [1, 6, 6],
"software_path": "https://github.com/vovagorodok/ArduinoBleOTA/releases/download/1.0.1/firmware_esp32_other_v1.6.6.bin",
"software_path": "https://github.com/vovagorodok/ArduinoBleOTA/releases/download/1.0.2/firmware_esp32_other_v1.6.6.bin",
"min_hardware_version": [1, 0, 0],
"max_hardware_version": [1, 0, 3]
},
{
"software_name": "Experimental SW",
"software_version": [1, 1, 2],
"software_path": "https://github.com/vovagorodok/ArduinoBleOTA/releases/download/1.0.1/firmware_esp32_experimental_v1.1.2.bin",
"software_path": "https://github.com/vovagorodok/ArduinoBleOTA/releases/download/1.0.2/firmware_esp32_experimental_v1.1.2.bin",
"software_text": "Experimental branch of Example SW.\n\nChanges:\n- first\n- second"
}
]
Expand Down
12 changes: 6 additions & 6 deletions tools/release_builder/example_hardware_samd.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,44 +6,44 @@

"software_name": "Example SW",
"software_version": [1, 0, 0],
"software_path": "https://github.com/vovagorodok/ArduinoBleOTA/releases/download/1.0.1/firmware_samd_example_v1.0.0.bin",
"software_path": "https://github.com/vovagorodok/ArduinoBleOTA/releases/download/1.0.2/firmware_samd_example_v1.0.0.bin",
"software_icon": "https://raw.githubusercontent.com/vovagorodok/ble_ota_app/main/web/icons/Icon-192.png",
"hardware_version": [1, 0, 0]
},
{
"software_name": "Example SW",
"software_version": [1, 1, 0],
"software_path": "https://github.com/vovagorodok/ArduinoBleOTA/releases/download/1.0.1/firmware_samd_example_v1.1.0.bin",
"software_path": "https://github.com/vovagorodok/ArduinoBleOTA/releases/download/1.0.2/firmware_samd_example_v1.1.0.bin",
"software_icon": "https://raw.githubusercontent.com/vovagorodok/ble_ota_app/main/web/icons/Icon-192.png",
"hardware_version": [1, 0, 0]
},
{
"software_name": "Example SW",
"software_version": [1, 1, 2],
"software_path": "https://github.com/vovagorodok/ArduinoBleOTA/releases/download/1.0.1/firmware_samd_example_v1.1.2.bin",
"software_path": "https://github.com/vovagorodok/ArduinoBleOTA/releases/download/1.0.2/firmware_samd_example_v1.1.2.bin",
"software_icon": "https://raw.githubusercontent.com/vovagorodok/ble_ota_app/main/web/icons/Icon-192.png",
"min_hardware_version": [1, 0, 0],
"max_hardware_version": [1, 0, 2]
},
{
"software_name": "Example SW",
"software_version": [2, 0, 0],
"software_path": "https://github.com/vovagorodok/ArduinoBleOTA/releases/download/1.0.1/firmware_samd_example_v2.0.0.bin",
"software_path": "https://github.com/vovagorodok/ArduinoBleOTA/releases/download/1.0.2/firmware_samd_example_v2.0.0.bin",
"software_icon": "https://raw.githubusercontent.com/vovagorodok/ble_ota_app/main/web/icons/Icon-192.png",
"min_hardware_version": [2, 0, 0],
"max_hardware_version": [2, 0, 1]
},
{
"software_name": "Other SW",
"software_version": [1, 6, 6],
"software_path": "https://github.com/vovagorodok/ArduinoBleOTA/releases/download/1.0.1/firmware_samd_other_v1.6.6.bin",
"software_path": "https://github.com/vovagorodok/ArduinoBleOTA/releases/download/1.0.2/firmware_samd_other_v1.6.6.bin",
"min_hardware_version": [1, 0, 0],
"max_hardware_version": [1, 0, 3]
},
{
"software_name": "Experimental SW",
"software_version": [1, 1, 2],
"software_path": "https://github.com/vovagorodok/ArduinoBleOTA/releases/download/1.0.1/firmware_samd_experimental_v1.1.2.bin",
"software_path": "https://github.com/vovagorodok/ArduinoBleOTA/releases/download/1.0.2/firmware_samd_experimental_v1.1.2.bin",
"software_text": "Experimental branch of Example SW.\n\nChanges:\n- first\n- second"
}
]
Expand Down

0 comments on commit 5541587

Please sign in to comment.