Skip to content

Commit bedb9ab

Browse files
project: Uprev to v0.3.0.
1 parent 50abfc2 commit bedb9ab

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

source/main.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
extern MicroBit uBit;
66

7-
#define PROJECT_VERSION "0.2.1"
7+
#define PROJECT_VERSION "0.3.0"
88

99
// The project type build flags will be configured via the build_all.py script
1010
// no need to edit any of the macros below

tests/test_protocol.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ def main():
251251
test_cmd(ubit_serial, "Period (error 1)", "PER[5]", f"ERROR[{ERROR_CODE}]")
252252
test_cmd(ubit_serial, "Period (error 2)", "PER[-1]", f"ERROR[{ERROR_CODE}]")
253253

254-
test_cmd(ubit_serial, "Software Version ", "SWVER[]", "SWVER[0.2.1]")
254+
test_cmd(ubit_serial, "Software Version ", "SWVER[]", "SWVER[0.3.0]")
255255
# TODO: Check for error if trying to set a value with the SWVER command
256256
# test_cmd(ubit_serial, "Software Version (error)", "SWVER[0.1.1]", f"ERROR[{ERROR_CODE}]")
257257

0 commit comments

Comments
 (0)