Skip to content

Commit aa37588

Browse files
committed
updated v0.2.0
1 parent ec33197 commit aa37588

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

library.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"type": "git",
1111
"url": "https://github.com/m5stack/m5stack.git"
1212
},
13-
"version": "0.1.9",
13+
"version": "0.2.0",
1414
"framework": "arduino",
1515
"platforms": "espressif32"
1616
}

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=M5Stack
2-
version=0.1.9
2+
version=0.2.0
33
author=M5Stack
44
maintainer=Zibin Zheng <bin@m5stack.com>
55
sentence=Library for M5Stack Core development kit

src/gitTagVersion.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
#define M5_LIB_VERSION F("0.1.9-dirty")
1+
#define M5_LIB_VERSION F("0.2.0-dirty")

0 commit comments

Comments
 (0)