Skip to content

Commit 7fc33d1

Browse files
microbit: Update version string and module.json to 1.1.0.
1 parent 41ca5a1 commit 7fc33d1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

inc/microbit/mpconfigport.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ void mp_hal_stdout_tx_strn_cooked(const char *str, mp_uint_t len);
164164
// We need to provide a declaration/definition of alloca()
165165
#include <alloca.h>
166166

167-
#define MICROBIT_RELEASE "1.1.0-beta.1"
167+
#define MICROBIT_RELEASE "1.1.0"
168168
#define MICROBIT_BOARD_NAME "micro:bit"
169169
#define MICROPY_HW_BOARD_NAME MICROBIT_BOARD_NAME " v" MICROBIT_RELEASE
170170
#define MICROPY_HW_MCU_NAME "nRF51822"

module.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "microbit-micropython",
3-
"version": "1.1.0-beta.1",
3+
"version": "1.1.0",
44
"license": "MIT",
55
"description": "MicroPython port to the BBC micro:bit",
66
"keywords": ["mbed-classic", "microbit", "runtime", "library", "micropython"],

0 commit comments

Comments
 (0)