Skip to content

Commit

Permalink
release bump
Browse files Browse the repository at this point in the history
  • Loading branch information
serifpersia committed Apr 17, 2024
1 parent f75f5b4 commit 930b187
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tool-esp32partitiontool",
"version": "1.4.1",
"version": "1.4.2",
"description": "Partition utility gui (requires java) to create custom partition table for ESP32",
"keywords": [
"tools",
Expand Down
2 changes: 1 addition & 1 deletion plaftormio_example/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ platform = espressif32
board = esp32dev
; register the "tool-esp32partitiontool"
; remove url if you have own built tool in pacakges directory of platformio core directory
platform_packages = tool-esp32partitiontool @ https://github.com/serifpersia/esp32partitiontool/releases/download/v1.4.1/esp32partitiontool-platformio.zip
platform_packages = tool-esp32partitiontool @ https://github.com/serifpersia/esp32partitiontool/releases/download/v1.4.2/esp32partitiontool-platformio.zip
; register the "edit_partition" target
extra_scripts = partition_manager.py

Expand Down

0 comments on commit 930b187

Please sign in to comment.