From 85bf68e579f6ac1f1d864d702c6536f0a816133f Mon Sep 17 00:00:00 2001 From: Andrew Gunnerson Date: Sat, 8 Feb 2025 19:46:27 -0500 Subject: [PATCH] app/module/updates: Update release metadata for version 5.6 Signed-off-by: Andrew Gunnerson --- CHANGELOG.md | 2 ++ app/module/updates/release/changelog.txt | 2 +- app/module/updates/release/info.json | 8 ++++---- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c17cad2..adfde26 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ to update the actual links at the bottom of the file. --> +### Unreleased + ### Version 5.6 * Don't require network access for background jobs if the OTA installation source is a local directory ([PR #120]) diff --git a/app/module/updates/release/changelog.txt b/app/module/updates/release/changelog.txt index 37a7e04..dc0ef44 100644 --- a/app/module/updates/release/changelog.txt +++ b/app/module/updates/release/changelog.txt @@ -1 +1 @@ -The changelog can be found at: [`CHANGELOG.md`](https://github.com/chenxiaolong/Custota/blob/v5.6/CHANGELOG.md). +The changelog can be found at: [`CHANGELOG.md`](https://github.com/chenxiaolong/Custota/blob/master/CHANGELOG.md). diff --git a/app/module/updates/release/info.json b/app/module/updates/release/info.json index f123ad2..d1bb68d 100644 --- a/app/module/updates/release/info.json +++ b/app/module/updates/release/info.json @@ -1,6 +1,6 @@ { - "zipUrl": "https://github.com/chenxiaolong/Custota/releases/download/v5.5/Custota-5.5-release.zip", - "changelog": "https://github.com/chenxiaolong/Custota/raw/v5.5/app/module/updates/release/changelog.txt", - "version": "5.5", - "versionCode": 328960 + "zipUrl": "https://github.com/chenxiaolong/Custota/releases/download/v5.6/Custota-5.6-release.zip", + "changelog": "https://github.com/chenxiaolong/Custota/raw/v5.6/app/module/updates/release/changelog.txt", + "version": "5.6", + "versionCode": 329216 } \ No newline at end of file