From 6b0fa51e87b1059d858f4cdaaabed1dd424fcd5e Mon Sep 17 00:00:00 2001 From: Tyler Hallada Date: Thu, 3 Sep 2026 22:27:06 +0000 Subject: [PATCH] Bump version to 0.3.0 for the web dashboard v2 release The static asset URLs carry ?v= and are cached for a day, so the redesigned CSS needs a new version to reach browsers that cached 0.2.0. Co-Authored-By: Claude Fable 5.1 Claude-Session: https://claude.ai/code/session_01NHyYupFdBiR4VfoUM7NjSM --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index cc452f2..872c39a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -884,7 +884,7 @@ dependencies = [ [[package]] name = "daily-epub" -version = "0.2.0" +version = "0.3.0" dependencies = [ "ammonia", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 9440834..89ccbcc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "daily-epub" -version = "0.2.0" +version = "0.3.0" edition = "2024" [dependencies]