Commit b0bf4a91 authored by microbit-carlos's avatar microbit-carlos

microbit: Update version string and module.json to 1.0.1

parent 40199956
......@@ -164,7 +164,7 @@ void mp_hal_stdout_tx_strn_cooked(const char *str, mp_uint_t len);
// We need to provide a declaration/definition of alloca()
#include <alloca.h>
#define MICROBIT_RELEASE "1.0.0"
#define MICROBIT_RELEASE "1.0.1"
#define MICROBIT_BOARD_NAME "micro:bit"
#define MICROPY_HW_BOARD_NAME MICROBIT_BOARD_NAME " v" MICROBIT_RELEASE
#define MICROPY_HW_MCU_NAME "nRF51822"
......
{
"name": "microbit-micropython",
"version": "0.5.0",
"version": "1.0.1",
"license": "MIT",
"description": "MicroPython port to the BBC micro:bit",
"keywords": ["mbed-classic", "microbit", "runtime", "library", "micropython"],
......
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