Add version tracker

This commit is contained in:
Luc
2025-12-17 15:05:37 +08:00
parent 600598d4fa
commit b197d928b5
3 changed files with 6 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
# ESP3D-Configurator
# ESP3D-Configurator ![Version](https://img.shields.io/badge/dynamic/json?label=Version&query=$.version&url=https://raw.githubusercontent.com/luc-github/ESP3D-Configurator/refs/heads/main/info.json)
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors-)
<!-- ALL-CONTRIBUTORS-BADGE:END -->
@@ -40,4 +40,4 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
<!-- ALL-CONTRIBUTORS-LIST:END -->
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!

3
info.json Normal file
View File

@@ -0,0 +1,3 @@
{
"version": "1.0.34"
}

View File

@@ -16,4 +16,4 @@
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*/
import { h } from "preact"
export const Version = "1.0.0-a34"
export const Version = "1.0.34"