Skip to content

Commit 1ddd7e3

Browse files
committed
release 0.4.4
1 parent cf5e1a7 commit 1ddd7e3

File tree

5 files changed

+7
-4
lines changed

5 files changed

+7
-4
lines changed

.github/workflows/Arduino-Lint-Check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Arduino Lint Check
1+
name: Arduino Lint
22
on:
33
push:
44
branches: [ master ]

.github/workflows/clang-format-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: clang-format Check
1+
name: Clang Format
22
on: [push, pull_request]
33
jobs:
44
formatting-check:

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# M5Stack Library
22

3+
[![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)
4+
[![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)
5+
36
English | [中文](docs/getting_started_cn.md) | [日本語](docs/getting_started_ja.md)
47

58
<img src="https://static-cdn.m5stack.com/resource/docs/static/assets/img/product_pics/core/gray/gray_01.webp" alt="gray" width="350" height="350">

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.4.3",
13+
"version": "0.4.4",
1414
"frameworks": "arduino",
1515
"platforms": "espressif32",
1616
"headers": "M5Stack.h"

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.4.3
2+
version=0.4.4
33
author=M5Stack
44
maintainer=M5Stack
55
sentence=Library for M5Stack Core development kit

0 commit comments

Comments
 (0)