diff options
| author | Paul Buetow <paul@buetow.org> | 2026-06-22 18:22:13 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-06-22 18:22:13 +0300 |
| commit | d23e2e8e7debdc7ff76f4722e4a4b1f3ffe9c05c (patch) | |
| tree | 6ae29f3c79f20dc7b2cb9b3249889b24ad0e42ac /Justfile | |
| parent | 63fbea196e34c0783526980973f33fc1b82cbe71 (diff) | |
release 0.11.10.11.1
Cap the big 2x2 feature tiles at two per page (main preview pages and
stats mini-album galleries).
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Diffstat (limited to 'Justfile')
| -rw-r--r-- | Justfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ set shell := ["bash", "-euo", "pipefail", "-c"] NAME := "shuriken" -VERSION := "0.11.0" +VERSION := "0.11.1" DESTDIR := env_var_or_default("DESTDIR", "") PREFIX := env_var_or_default("PREFIX", "/usr") BINDIR := env_var_or_default("BINDIR", PREFIX + "/bin") |
