Skip to content

Commit

Permalink
release 0.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Gitshaoxiang committed Jul 31, 2023
1 parent cf5e1a7 commit 1ddd7e3
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/Arduino-Lint-Check.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Arduino Lint Check
name: Arduino Lint
on:
push:
branches: [ master ]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/clang-format-check.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: clang-format Check
name: Clang Format
on: [push, pull_request]
jobs:
formatting-check:
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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)

<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">
Expand Down
2 changes: 1 addition & 1 deletion library.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 1ddd7e3

Please sign in to comment.