From 1ddd7e347c0ea7d40f88b8e235ed1e1ef3ff2394 Mon Sep 17 00:00:00 2001 From: sean <1026025056@qq.com> Date: Mon, 31 Jul 2023 12:21:41 +0800 Subject: [PATCH] release 0.4.4 --- .github/workflows/Arduino-Lint-Check.yml | 2 +- .github/workflows/clang-format-check.yml | 2 +- README.md | 3 +++ library.json | 2 +- library.properties | 2 +- 5 files changed, 7 insertions(+), 4 deletions(-) diff --git a/.github/workflows/Arduino-Lint-Check.yml b/.github/workflows/Arduino-Lint-Check.yml index ee49e2f8..960e4c1f 100644 --- a/.github/workflows/Arduino-Lint-Check.yml +++ b/.github/workflows/Arduino-Lint-Check.yml @@ -1,4 +1,4 @@ -name: Arduino Lint Check +name: Arduino Lint on: push: branches: [ master ] diff --git a/.github/workflows/clang-format-check.yml b/.github/workflows/clang-format-check.yml index 8a314c9f..b39de300 100644 --- a/.github/workflows/clang-format-check.yml +++ b/.github/workflows/clang-format-check.yml @@ -1,4 +1,4 @@ -name: clang-format Check +name: Clang Format on: [push, pull_request] jobs: formatting-check: diff --git a/README.md b/README.md index 5eda8d48..ee1b06ca 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ # M5Stack Library +[![Arduino Lint](https://github.com/m5stack/M5Stack/actions/workflows/Arduino-Lint-Check.yml/badge.svg)](https://github.com/m5stack/M5Stack/actions/workflows/Arduino-Lint-Check.yml) +[![Clang Format](https://github.com/m5stack/M5Stack/actions/workflows/clang-format-check.yml/badge.svg)](https://github.com/m5stack/M5Stack/actions/workflows/clang-format-check.yml) + English | [中文](docs/getting_started_cn.md) | [日本語](docs/getting_started_ja.md) gray diff --git a/library.json b/library.json index d362c5ea..b2b66390 100644 --- a/library.json +++ b/library.json @@ -10,7 +10,7 @@ "type": "git", "url": "https://github.com/m5stack/m5stack.git" }, - "version": "0.4.3", + "version": "0.4.4", "frameworks": "arduino", "platforms": "espressif32", "headers": "M5Stack.h" diff --git a/library.properties b/library.properties index 37731916..f5568d08 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=M5Stack -version=0.4.3 +version=0.4.4 author=M5Stack maintainer=M5Stack sentence=Library for M5Stack Core development kit