summaryrefslogtreecommitdiff
path: root/Justfile
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-06-22 13:43:49 +0300
committerPaul Buetow <paul@buetow.org>2026-06-22 13:43:49 +0300
commit2b654d68bc450b50cfdc091912b67b0786acc57c (patch)
treeefdb529b415a4df0da0d10f69222205285dbd4ee /Justfile
parent99ebc0898c7dbec918ea2e01624af0a26af23b4b (diff)
release 0.11.00.11.0
Dynamic thumbnail tiles: subdivided tiles, 2x2 feature tiles, a CSS-grid overview, and the same effects in the stats mini-album galleries. 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 f654c63..9ce8943 100644
--- a/Justfile
+++ b/Justfile
@@ -1,7 +1,7 @@
set shell := ["bash", "-euo", "pipefail", "-c"]
NAME := "shuriken"
-VERSION := "0.10.1"
+VERSION := "0.11.0"
DESTDIR := env_var_or_default("DESTDIR", "")
PREFIX := env_var_or_default("PREFIX", "/usr")
BINDIR := env_var_or_default("BINDIR", PREFIX + "/bin")