Skip to content

Commit b77b38e

Browse files
authored
fix(version): Update version to 3.0.2 (#9902)
1 parent e7dd6e2 commit b77b38e

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/scripts/on-release.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -421,12 +421,12 @@ fi
421421
# Upload package JSONs (temporary halted to fix json generation)
422422
echo "Uploading $PACKAGE_JSON_DEV ..."
423423
echo "Download URL: "`git_safe_upload_asset "$OUTPUT_DIR/$PACKAGE_JSON_DEV"`
424-
# echo "Pages URL: "`git_safe_upload_to_pages "$PACKAGE_JSON_DEV" "$OUTPUT_DIR/$PACKAGE_JSON_DEV"`
424+
echo "Pages URL: "`git_safe_upload_to_pages "$PACKAGE_JSON_DEV" "$OUTPUT_DIR/$PACKAGE_JSON_DEV"`
425425
echo
426426
if [ "$RELEASE_PRE" == "false" ]; then
427427
echo "Uploading $PACKAGE_JSON_REL ..."
428428
echo "Download URL: "`git_safe_upload_asset "$OUTPUT_DIR/$PACKAGE_JSON_REL"`
429-
# echo "Pages URL: "`git_safe_upload_to_pages "$PACKAGE_JSON_REL" "$OUTPUT_DIR/$PACKAGE_JSON_REL"`
429+
echo "Pages URL: "`git_safe_upload_to_pages "$PACKAGE_JSON_REL" "$OUTPUT_DIR/$PACKAGE_JSON_REL"`
430430
echo
431431
fi
432432

cores/esp32/esp_arduino_version.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ extern "C" {
2323
/** Minor version number (x.X.x) */
2424
#define ESP_ARDUINO_VERSION_MINOR 0
2525
/** Patch version number (x.x.X) */
26-
#define ESP_ARDUINO_VERSION_PATCH 1
26+
#define ESP_ARDUINO_VERSION_PATCH 2
2727

2828
/**
2929
* Macro to convert ARDUINO version number into an integer

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "framework-arduinoespressif32",
3-
"version": "3.0.1",
3+
"version": "3.0.2",
44
"description": "Arduino Wiring-based Framework for the Espressif ESP32, ESP32-S and ESP32-C series of SoCs",
55
"keywords": [
66
"framework",

platform.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=ESP32 Arduino
2-
version=3.0.1
2+
version=3.0.2
33

44
tools.esp32-arduino-libs.path={runtime.platform.path}/tools/esp32-arduino-libs
55
tools.esp32-arduino-libs.path.windows={runtime.platform.path}\tools\esp32-arduino-libs

0 commit comments

Comments
 (0)