Skip to content

Commit 49397a7

Browse files
Update version
1 parent aabbba6 commit 49397a7

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

cores/rp2040/RP2040Version.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#pragma once
22
#define ARDUINO_PICO_MAJOR 4
33
#define ARDUINO_PICO_MINOR 5
4-
#define ARDUINO_PICO_REVISION 0
5-
#define ARDUINO_PICO_VERSION_STR "4.5.0"
4+
#define ARDUINO_PICO_REVISION 1
5+
#define ARDUINO_PICO_VERSION_STR "4.5.1"

docs/conf.py

+2-2
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'4.5.0'
57+
version = u'4.5.1'
5858
# The full version, including alpha/beta/rc tags.
59-
release = u'4.5.0'
59+
release = u'4.5.1'
6060

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

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "framework-arduinopico",
3-
"version": "1.40500.0",
3+
"version": "1.40501.0",
44
"description": "Arduino Wiring-based Framework (RPi Pico RP2040, RP2350)",
55
"keywords": [
66
"framework",

platform.txt

+1-1
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/RP2350 Boards
23-
version=4.5.0
23+
version=4.5.1
2424

2525
# Required discoveries and monitors
2626
# ---------------------------------

0 commit comments

Comments
 (0)