Skip to content

Commit

Permalink
microbit: Update version string and module.json to 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
microbit-carlos committed Nov 10, 2022
1 parent 15d1e80 commit 58405de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion inc/microbit/mpconfigport.h
Original file line number Diff line number Diff line change
Expand Up @@ -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.1.0"
#define MICROBIT_RELEASE "1.1.1"
#define MICROBIT_BOARD_NAME "micro:bit"
#define MICROPY_HW_BOARD_NAME MICROBIT_BOARD_NAME " v" MICROBIT_RELEASE
#define MICROPY_HW_MCU_NAME "nRF51822"
Expand Down
2 changes: 1 addition & 1 deletion module.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "microbit-micropython",
"version": "1.1.0",
"version": "1.1.1",
"license": "MIT",
"description": "MicroPython port to the BBC micro:bit",
"keywords": ["mbed-classic", "microbit", "runtime", "library", "micropython"],
Expand Down

0 comments on commit 58405de

Please sign in to comment.