From 8f3533a4c019d8b15876cefe4fe4817ddcf90c49 Mon Sep 17 00:00:00 2001 From: Luc <8822552+luc-github@users.noreply.github.com> Date: Tue, 3 Dec 2024 10:49:08 +0800 Subject: [PATCH] Adjust versions --- README.md | 2 +- info.json | 2 +- main/core/includes/esp3d_version.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 402ba80d..3cf2f270 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,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.5](https://img.shields.io/badge/IDF-v5.1.2-blue?style=plastic&label=IDF&logo=espressif)](https://github.com/espressif/esp-idf) +[![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.5](https://img.shields.io/badge/IDF-v5.1.5-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] diff --git a/info.json b/info.json index 1c672223..eb6f8179 100644 --- a/info.json +++ b/info.json @@ -1,3 +1,3 @@ { - "version": "3.0.0.a25" + "version": "3.0.0.a26" } diff --git a/main/core/includes/esp3d_version.h b/main/core/includes/esp3d_version.h index 76e45e7d..b667fbf8 100644 --- a/main/core/includes/esp3d_version.h +++ b/main/core/includes/esp3d_version.h @@ -23,7 +23,7 @@ #ifdef __cplusplus extern "C" { #endif -#define ESP3D_TFT_VERSION "1.0.0.a25" +#define ESP3D_TFT_VERSION "1.0.0.a26" #define ESP3D_TFT_FW_URL "https://github.com/luc-github/ESP3D-TFT" #ifdef __cplusplus