From 5dca9c4491b24d8a5b696c991b6088385ad3d4bc Mon Sep 17 00:00:00 2001 From: Luc <8822552+luc-github@users.noreply.github.com> Date: Sun, 1 Dec 2024 16:22:44 +0800 Subject: [PATCH] Add version badge --- README.md | 2 +- info.json | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 info.json diff --git a/README.md b/README.md index 42b087eb..7aa156af 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@              [](https://liberapay.com/ESP3D) [![Development Version](https://img.shields.io/badge/Dev-v1.0-yellow?style=plastic) ![GitHub last commit (branch)](https://img.shields.io/github/last-commit/luc-github/ESP3D-TFT/main?style=plastic)](https://github.com/luc-github/ESP3D-TFT/tree/main) [![github-ci](https://github.com/luc-github/ESP3D-TFT/workflows/build-ci/badge.svg)](https://github.com/luc-github/ESP3D-TFT/actions/workflows/build-ci.yml) [![Development Version](https://img.shields.io/badge/Dev-v3.0-yellow?style=plastic&label=WebUI&logo=Preact)](https://github.com/luc-github/ESP3D-WEBUI/tree/3.0) [![IDF 5.1.2](https://img.shields.io/badge/IDF-v5.1.2-blue?style=plastic&label=IDF&logo=espressif)](https://github.com/espressif/esp-idf) - +![ESP3D-TFT](https://img.shields.io/badge/dynamic/json?label=ESP3D-TFT&query=$.version&url=https://raw.githubusercontent.com/luc-github/ESP3D-TFT/refs/heads/main/info.json) > [!WARNING] >### Disclaimer diff --git a/info.json b/info.json new file mode 100644 index 00000000..1c672223 --- /dev/null +++ b/info.json @@ -0,0 +1,3 @@ +{ + "version": "3.0.0.a25" + }