diff options
| author | Paul Buetow <paul@buetow.org> | 2026-06-24 10:05:01 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-06-24 10:05:01 +0300 |
| commit | 6b5281c14393290726442a7ddbfe7576ea203cfc (patch) | |
| tree | cdffd21f4fdb352eafdfbb1d2a3524246b5a15a3 /bin/shuriken | |
| parent | ba7ed37f671c92424a3058fb26465652fad3a131 (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 'bin/shuriken')
| -rwxr-xr-x | bin/shuriken | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/shuriken b/bin/shuriken index 94e38bd..6649961 100755 --- a/bin/shuriken +++ b/bin/shuriken @@ -10,7 +10,7 @@ if (( BASH_VERSINFO[0] < 5 \ exit 1 fi -declare -r VERSION='0.11.2' +declare -r VERSION='0.11.3' declare -r DEFAULTRC="${SHURIKEN_DEFAULT_RC:-/etc/default/shuriken}" declare -r PACKAGED_TEMPLATE_DIR='/usr/share/shuriken/templates/default' declare -r PACKAGED_ASSET_DIR='/usr/share/shuriken/assets' |
