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