Skip to content

Commit

Permalink
Update ver to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vovagorodok committed Mar 25, 2024
1 parent d6c9298 commit 3e7bdc4
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.0",
"version": "1.0.1",
"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.0
version=1.0.1
author=vovagorodok
maintainer=vovagorodok <vovagorodok2@gmail.com>
sentence=Bluetooth low energy (BLE) library for uploads.
Expand Down
12 changes: 6 additions & 6 deletions tools/release_builder/example_hardware_atmelsam.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.0/firmware_atmelsam_example_v1.0.0.bin",
"software_path": "https://github.com/vovagorodok/ArduinoBleOTA/releases/download/1.0.1/firmware_atmelsam_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.0/firmware_atmelsam_example_v1.1.0.bin",
"software_path": "https://github.com/vovagorodok/ArduinoBleOTA/releases/download/1.0.1/firmware_atmelsam_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.0/firmware_atmelsam_example_v1.1.2.bin",
"software_path": "https://github.com/vovagorodok/ArduinoBleOTA/releases/download/1.0.1/firmware_atmelsam_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.0/firmware_atmelsam_example_v2.0.0.bin",
"software_path": "https://github.com/vovagorodok/ArduinoBleOTA/releases/download/1.0.1/firmware_atmelsam_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.0/firmware_atmelsam_other_v1.6.6.bin",
"software_path": "https://github.com/vovagorodok/ArduinoBleOTA/releases/download/1.0.1/firmware_atmelsam_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.0/firmware_atmelsam_experimental_v1.1.2.bin",
"software_path": "https://github.com/vovagorodok/ArduinoBleOTA/releases/download/1.0.1/firmware_atmelsam_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_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.0/firmware_esp32_example_v1.0.0.bin",
"software_path": "https://github.com/vovagorodok/ArduinoBleOTA/releases/download/1.0.1/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.0/firmware_esp32_example_v1.1.0.bin",
"software_path": "https://github.com/vovagorodok/ArduinoBleOTA/releases/download/1.0.1/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.0/firmware_esp32_example_v1.1.2.bin",
"software_path": "https://github.com/vovagorodok/ArduinoBleOTA/releases/download/1.0.1/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.0/firmware_esp32_example_v2.0.0.bin",
"software_path": "https://github.com/vovagorodok/ArduinoBleOTA/releases/download/1.0.1/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.0/firmware_esp32_other_v1.6.6.bin",
"software_path": "https://github.com/vovagorodok/ArduinoBleOTA/releases/download/1.0.1/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.0/firmware_esp32_experimental_v1.1.2.bin",
"software_path": "https://github.com/vovagorodok/ArduinoBleOTA/releases/download/1.0.1/firmware_esp32_experimental_v1.1.2.bin",
"software_text": "Experimental branch of Example SW.\n\nChanges:\n- first\n- second"
}
]
Expand Down

0 comments on commit 3e7bdc4

Please sign in to comment.