From aa3758883647e37407b0a59cd12611e15b27fe74 Mon Sep 17 00:00:00 2001 From: 0x1abin <270995079@qq.com> Date: Mon, 21 May 2018 10:13:24 +0800 Subject: [PATCH] updated v0.2.0 --- library.json | 2 +- library.properties | 2 +- src/gitTagVersion.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/library.json b/library.json index 45460c8..2858f7a 100644 --- a/library.json +++ b/library.json @@ -10,7 +10,7 @@ "type": "git", "url": "https://github.com/m5stack/m5stack.git" }, - "version": "0.1.9", + "version": "0.2.0", "framework": "arduino", "platforms": "espressif32" } diff --git a/library.properties b/library.properties index d2d54f0..e171312 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=M5Stack -version=0.1.9 +version=0.2.0 author=M5Stack maintainer=Zibin Zheng sentence=Library for M5Stack Core development kit diff --git a/src/gitTagVersion.h b/src/gitTagVersion.h index aefae83..3eb8f4d 100644 --- a/src/gitTagVersion.h +++ b/src/gitTagVersion.h @@ -1 +1 @@ -#define M5_LIB_VERSION F("0.1.9-dirty") +#define M5_LIB_VERSION F("0.2.0-dirty")