summaryrefslogtreecommitdiff
path: root/Justfile
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-06-24 10:05:01 +0300
committerPaul Buetow <paul@buetow.org>2026-06-24 10:05:01 +0300
commit6b5281c14393290726442a7ddbfe7576ea203cfc (patch)
treecdffd21f4fdb352eafdfbb1d2a3524246b5a15a3 /Justfile
parentba7ed37f671c92424a3058fb26465652fad3a131 (diff)
release 0.11.30.11.3
Mobile-friendly generated album: viewport meta tag, responsive 2-column phone grid, touch-friendly menu buttons, and a missing-alt fix on stats filter view pages. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Diffstat (limited to 'Justfile')
-rw-r--r--Justfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Justfile b/Justfile
index bc91c30..f24f48f 100644
--- a/Justfile
+++ b/Justfile
@@ -1,7 +1,7 @@
set shell := ["bash", "-euo", "pipefail", "-c"]
NAME := "shuriken"
-VERSION := "0.11.2"
+VERSION := "0.11.3"
DESTDIR := env_var_or_default("DESTDIR", "")
PREFIX := env_var_or_default("PREFIX", "/usr")
BINDIR := env_var_or_default("BINDIR", PREFIX + "/bin")