Update update's.json and changelog

This commit is contained in:
CherretGit
2025-11-08 06:48:44 +00:00
committed by github-actions[bot]
parent 4e5c3e3847
commit 82de796d25
3 changed files with 5 additions and 5 deletions

View File

@@ -1 +1 @@
Список изменений: 1. Полностью переписали модуль с Bash на Rust 2. Теперь конфиг хранится в формате JSON
Исправление ошибки запуска сервиса

View File

@@ -1,6 +1,6 @@
{
"version": "6.0",
"versionCode": 60,
"version": "6.1",
"versionCode": 61,
"zipUrl": "https://github.com/egor-white/zaprett/releases/download/6.0.0/zaprett-hosts.zip",
"changelog": "https://raw.githubusercontent.com/egor-white/zaprett/refs/heads/main/changelog.md"
}

View File

@@ -1,6 +1,6 @@
{
"version": "6.0",
"versionCode": 60,
"version": "6.1",
"versionCode": 61,
"zipUrl": "https://github.com/egor-white/zaprett/releases/download/6.0.0/zaprett.zip",
"changelog": "https://raw.githubusercontent.com/egor-white/zaprett/refs/heads/main/changelog.md"
}