shell-mirror 1.5.11 → 1.5.12

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "shell-mirror",
3
- "version": "1.5.11",
3
+ "version": "1.5.12",
4
4
  "description": "Access your Mac shell from any device securely. Perfect for mobile coding with Claude Code CLI, Gemini CLI, and any shell tool.",
5
5
  "main": "server.js",
6
6
  "bin": {
package/public/index.html CHANGED
@@ -653,9 +653,9 @@
653
653
  </section>
654
654
 
655
655
  <!-- Version Footer -->
656
- <footer style="background: #1a1a1a; color: #666; text-align: center; padding: 20px 0; font-size: 0.8rem;">
656
+ <footer style="background: #ff6b35; color: white; text-align: center; padding: 20px 0; font-size: 0.8rem;">
657
657
  <div class="container">
658
- <p id="version-info">Shell Mirror v1.5.2 • Loading build info...</p>
658
+ <p id="version-info">Shell Mirror v1.5.11 • Loading build info...</p>
659
659
  </div>
660
660
  </footer>
661
661
  </main>