From 2509ff06cfb73126f6065cd3b35933c22ae4333f Mon Sep 17 00:00:00 2001 From: Tinyu Date: Mon, 11 Nov 2024 12:30:23 +0800 Subject: [PATCH] Bump version --- README.md | 4 ++-- library.json | 4 ++-- library.properties | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index dbfbe21e..d9b7d16f 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ English | [中文](README_cn.md) -M5Core2_P1 +M5Core2_P1 **For the Detailed documentation of M5Core2, Please [Click here](https://docs.m5stack.com/en/core/core2)** @@ -26,7 +26,7 @@ The 3 icons on the front of the screen are capacitive buttons which are programm ## M5Core2 M-BUS Schematic diagram - + ## More Information diff --git a/library.json b/library.json index d5e6afd3..27ee8ad6 100644 --- a/library.json +++ b/library.json @@ -10,8 +10,8 @@ "type": "git", "url": "https://github.com/m5stack/M5Core2.git" }, - "version": "0.1.9", + "version": "0.2.0", "frameworks": "arduino", "platforms": "espressif32", "headers": "M5Core2.h" -} \ No newline at end of file +} diff --git a/library.properties b/library.properties index 7e6bf367..709823ac 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=M5Core2 -version=0.1.9 +version=0.2.0 author=M5Stack maintainer=M5Stack sentence=Library for M5Stack Core2 development kit