From 921ad83c558c6bfc2e4fe7723916a6dc0e766b3c Mon Sep 17 00:00:00 2001 From: Tinyu Date: Wed, 27 Jul 2022 10:13:45 +0800 Subject: [PATCH] 0.1.4 --- library.json | 4 ++-- library.properties | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/library.json b/library.json index c0bee89e..fae194fb 100644 --- a/library.json +++ b/library.json @@ -1,7 +1,7 @@ { "name": "M5Core2", "description": "An ESP32 Arduino board", - "keywords": "M5Core2", + "keywords": "M5Stack Core M5Core2", "authors": { "name": "M5Stack", "url": "http://www.m5stack.com" @@ -10,7 +10,7 @@ "type": "git", "url": "https://github.com/m5stack/M5Core2.git" }, - "version": "0.1.3", + "version": "0.1.4", "frameworks": "arduino", "platforms": "espressif32", "headers": "M5Core2.h" diff --git a/library.properties b/library.properties index 4dbab52a..e0028a68 100644 --- a/library.properties +++ b/library.properties @@ -1,9 +1,9 @@ name=M5Core2 -version=0.1.3 +version=0.1.4 author=M5Stack maintainer=M5Stack sentence=Library for M5Stack Core2 development kit -paragraph=See more on http://M5Stack.com +paragraph=See more on https://docs.m5stack.com/en/core/core2 category=Device Control url=https://github.com/m5stack/M5Core2.git architectures=esp32