8000 Update version · esphome/arduino-pico@b2b4b2d · GitHub
[go: up one dir, main page]

Skip to content
8000

Commit b2b4b2d

Browse files
Update version
1 parent e93bd14 commit b2b4b2d

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

cores/rp2040/RP2040Version.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#pragma once
22
#define ARDUINO_PICO_MAJOR 3
33
#define ARDUINO_PICO_MINOR 2
4-
#define ARDUINO_PICO_REVISION 0
5-
#define ARDUINO_PICO_VERSION_STR "3.2.0"
4+
#define ARDUINO_PICO_REVISION 1
5+
#define ARDUINO_PICO_VERSION_STR "3.2.1"

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,9 @@
5454
# built documents.
5555
#
5656
# The short X.Y version.
57-
version = u'3.2.0'
57+
version = u'3.2.1'
5858
# The full version, including alpha/beta/rc tags.
59-
release = u'3.2.0'
59+
release = u'3.2.1'
6060

6161
# The language for content autogenerated by Sphinx. Refer to documentation
6262
# for a list of supported languages.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "framework-arduinopico",
3-
"version": "1.30200.0",
3+
"version": "1.30201.0",
44
"description": "Arduino Wiring-based Framework (RPi Pico RP2040)",
55
"keywords": [
66
"framework",

platform.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
# https://github.com/arduino/Arduino/wiki/Arduino-IDE-1.5---3rd-party-Hardware-specification
2121

2222
name=Raspberry Pi RP2040 Boards
23-
version=3.2.0
23+
version=3.2.1
2424

2525
runtime.tools.pqt-gcc.path={runtime.platform.path}/system/arm-none-eabi
2626
runtime.tools.pqt-python3.path={runtime.platform.path}/system/python3

0 commit comments

Comments
 (0)
0