chore: update version display to 0.0.22

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Sociowire Dev 2026-01-15 03:35:11 +00:00
parent 27e1a672db
commit e5c75a68fa
2 changed files with 2 additions and 2 deletions

View File

@ -251,7 +251,7 @@ export default function App() {
<footer className="sw-footer"> <footer className="sw-footer">
<div className="sw-footer-inner"> <div className="sw-footer-inner">
<div className="sw-footer-brand">SOCIOWIRE</div> <div className="sw-footer-brand">SOCIOWIRE</div>
<div className="sw-footer-brand">© Sociowire v0.0.21</div> <div className="sw-footer-brand">© Sociowire v0.0.22</div>
<div id="sw-weather-debug" style={{color: '#0ea5e9', fontSize: '10px'}}></div> <div id="sw-weather-debug" style={{color: '#0ea5e9', fontSize: '10px'}}></div>
<nav className="sw-footer-nav" aria-label="Site"> <nav className="sw-footer-nav" aria-label="Site">
<a href="/">{t('nav.home')}</a> <a href="/">{t('nav.home')}</a>

View File

@ -286,7 +286,7 @@ function applyPostDetails(modalWrap, post) {
const indicatorHtml = heroHasGallery const indicatorHtml = heroHasGallery
? `<div class="sw-modal-gallery-indicator" aria-live="polite"><span class="sw-modal-gallery-current">1</span><span class="sw-modal-gallery-separator">/</span><span class="sw-modal-gallery-total">${heroGallery.length}</span></div>` ? `<div class="sw-modal-gallery-indicator" aria-live="polite"><span class="sw-modal-gallery-current">1</span><span class="sw-modal-gallery-separator">/</span><span class="sw-modal-gallery-total">${heroGallery.length}</span></div>`
: ""; : "";
// DEBUG v0.0.21 - send debug to server // DEBUG v0.0.22 - send debug to server
try { try {
fetch('/api/debug-log', { fetch('/api/debug-log', {
method: 'POST', method: 'POST',