diff --git a/README.md b/README.md index 6d4ae8a5e..e3eeecd41 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# ESP3D-WEBUI 3.0 +# ESP3D-WEBUI 3.0 ![ESP3D-WEBUI](https://img.shields.io/badge/dynamic/json?label=ESP3D-WEBUI&query=$.version&url=https://raw.githubusercontent.com/luc-github/ESP3D-WEBUI/refs/heads/3.0/info.json) using Preact per @aganov suggestion Rewrite per @alxblog suggestion to use proper Preactjs API and lighter css code: use spectre.css instead of bootstrap 4.x diff --git a/info.json b/info.json new file mode 100644 index 000000000..693347e91 --- /dev/null +++ b/info.json @@ -0,0 +1,3 @@ +{ + "version": "3.0.0-a79" + }