mirror of
https://github.com/pocketpaw/pocketpaw.git
synced 2026-05-13 21:21:53 +00:00
Two stale reverts on dev had rolled back critical hotfixes landed directly on main: * ``client/src-tauri/tauri.conf.json`` was pinned back to ``0.1.3``, which would silently downgrade the desktop client on merge (main is at ``0.1.4``). * ``.github/workflows/publish.yml`` lost its ``client-v*`` tag skip guard, so the next desktop release would trigger a PyPI publish of the Python package. Restoring both so merging this release into main is a no-op for those files, and bumping the package version from ``0.4.15`` to ``0.4.16`` so the tagged release has a unique PyPI artifact. The lockfile update is only the self-version reference. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>