Update version

parent c3a580ee
#pragma once
#define ARDUINO_PICO_MAJOR 2
#define ARDUINO_PICO_MINOR 3
#define ARDUINO_PICO_REVISION 1
#define ARDUINO_PICO_VERSION_STR "2.3.1"
#define ARDUINO_PICO_REVISION 2
#define ARDUINO_PICO_VERSION_STR "2.3.2"
......@@ -54,9 +54,9 @@ author = u'Earle F. Philhower, III'
# built documents.
#
# The short X.Y version.
version = u'2.3.0'
version = u'2.3.2'
# The full version, including alpha/beta/rc tags.
release = u'2.3.0'
release = u'2.3.2'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
......
{
"name": "framework-arduinopico",
"version": "1.20301.0",
"version": "1.20302.0",
"description": "Arduino Wiring-based Framework (RPi Pico RP2040)",
"keywords": [
"framework",
......
......@@ -20,7 +20,7 @@
# https://github.com/arduino/Arduino/wiki/Arduino-IDE-1.5---3rd-party-Hardware-specification
name=Raspberry Pi RP2040 Boards
version=2.3.1
version=2.3.2
runtime.tools.pqt-gcc.path={runtime.platform.path}/system/arm-none-eabi
runtime.tools.pqt-python3.path={runtime.platform.path}/system/python3
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment