From 4d46f9c52c9a989de9e999999f7462097a23ff78 Mon Sep 17 00:00:00 2001 From: Pierre HUBERT Date: Wed, 29 Oct 2025 18:01:00 +0100 Subject: [PATCH] Bump to version 1.0.3 --- .drone.yml | 2 +- central_backend/Cargo.lock | 2 +- central_backend/Cargo.toml | 2 +- esp32_device/version.txt | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.drone.yml b/.drone.yml index 1a8e9d4..147626a 100644 --- a/.drone.yml +++ b/.drone.yml @@ -71,7 +71,7 @@ steps: - cd esp32_device - /opt/esp/entrypoint.sh idf.py build - ls -lah build/main.bin - - cp build/main.bin /releases/wt32-eth01.bin + - cp build/main.bin /tmp/releases/wt32-eth01.bin # Auto-release to Gitea - name: gitea_release diff --git a/central_backend/Cargo.lock b/central_backend/Cargo.lock index cc281c4..2887ec6 100644 --- a/central_backend/Cargo.lock +++ b/central_backend/Cargo.lock @@ -640,7 +640,7 @@ dependencies = [ [[package]] name = "central_backend" -version = "1.0.2" +version = "1.0.3" dependencies = [ "actix", "actix-cors", diff --git a/central_backend/Cargo.toml b/central_backend/Cargo.toml index d6f0ff2..33f084a 100644 --- a/central_backend/Cargo.toml +++ b/central_backend/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "central_backend" -version = "1.0.2" +version = "1.0.3" edition = "2024" [dependencies] diff --git a/esp32_device/version.txt b/esp32_device/version.txt index e6d5cb8..e4c0d46 100644 --- a/esp32_device/version.txt +++ b/esp32_device/version.txt @@ -1 +1 @@ -1.0.2 \ No newline at end of file +1.0.3 \ No newline at end of file