Bump version numbers across all DecentPaste config files (package.json, Cargo.toml, tauri.conf.json, downloads.json). Use for version updates without building.
Update version (x.x.x) across all config files.
| File | Field |
|----------------------------------------------------------|---------------------------------------------|
| decentpaste-app/package.json | "version" |
| decentpaste-app/src-tauri/Cargo.toml | version |
| decentpaste-app/src-tauri/tauri.conf.json | "version" |
| website/downloads.json | version, tag (v-prefix), asset URLs |
| decentpaste-app/src-tauri/gen/apple/...project.pbxproj | MARKETING_VERSION (if iOS project exists) |
| decentpaste-app/src-tauri/gen/apple/decentpaste-app_iOS/Info.plist | CFBundleShortVersionString (if file exists) |
tauri.conf.json^\d+\.\d+\.\d+$)replace_all: true for downloads.json URLs)gen/apple/ exists:
sed -i '' 's/MARKETING_VERSION = OLD;/MARKETING_VERSION = NEW;/g' ...project.pbxproj<string>OLD</string> with <string>NEW</string> for CFBundleShortVersionString in gen/apple/decentpaste-app_iOS/Info.plistSearch for places (restaurants, cafes, etc.) via Google Places API proxy on localhost.
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
Start voice calls via the OpenClaw voice-call plugin.
Notion API for creating and managing pages, databases, and blocks.
Gemini CLI for one-shot Q&A, summaries, and generation.
Category:developer