Skip to content

Commit

Permalink
Update to major version 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
earlephilhower committed Apr 27, 2022
1 parent 65fe176 commit 541e23d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions cores/rp2040/RP2040Version.h
@@ -1,5 +1,5 @@
#pragma once
#define ARDUINO_PICO_MAJOR 1
#define ARDUINO_PICO_MINOR 13
#define ARDUINO_PICO_REVISION 3
#define ARDUINO_PICO_VERSION_STR "1.13.3"
#define ARDUINO_PICO_MAJOR 2
#define ARDUINO_PICO_MINOR 0
#define ARDUINO_PICO_REVISION 0
#define ARDUINO_PICO_VERSION_STR "2.0.0"
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "framework-arduinopico",
"version": "1.11303.0",
"version": "1.20000.0",
"description": "Arduino Wiring-based Framework (RPi Pico RP2040)",
"keywords": [
"framework",
Expand Down
2 changes: 1 addition & 1 deletion platform.txt
Expand Up @@ -20,7 +20,7 @@
# https://github.com/arduino/Arduino/wiki/Arduino-IDE-1.5---3rd-party-Hardware-specification

name=Raspberry Pi RP2040 Boards
version=1.13.3
version=2.0.0

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

0 comments on commit 541e23d

Please sign in to comment.