tauri-bump-version

Updates Tauri app version numbers in tauri.conf.json, Cargo.toml and regenerates Cargo.lock.

Updated Feb 18, 2026
One-click install
npx skills add https://github.com/kousaku-maron/Carbon --skill tauri-bump-version
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tauri-bump-version
Source: https://github.com/kousaku-maron/Carbon/tree/main/.claude/skills/tauri-bump-version
Command: npx skills add https://github.com/kousaku-maron/Carbon --skill tauri-bump-version

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill streamlines the process of updating the version number for Tauri applications, ensuring consistency across critical configuration files.

Core Features & Use Cases

  • Version Management: Updates the version field in tauri.conf.json and Cargo.toml.
  • Automated Lockfile Update: Regenerates Cargo.lock for dependency integrity.
  • Use Case: Before releasing a new version of your Tauri app, use this Skill to increment the patch, minor, or major version number and update all necessary project files automatically.

Quick Start

Use the tauri-bump-version skill to increment the patch version of the Tauri application.

Frequently Asked Questions about tauri-bump-version

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I update the version in a Tauri application across multiple config files?

To update the Tauri application version across files, this Skill modifies the version field in both tauri.conf.json and Cargo.toml simultaneously, ensuring configuration consistency before a new release.

Does bumping the Tauri version automatically regenerate the Cargo.lock file?

Yes, bumping the Tauri version automatically regenerates the Cargo.lock file. This maintains dependency integrity by ensuring the lockfile reflects the updated version in Cargo.toml.

Can I increment major, minor, and patch versions for Tauri projects?

You can increment major, minor, and patch versions for Tauri projects. This Skill handles the version increment logic and applies the selected update strategy across your configuration files.

What is the best way to manage version consistency in Tauri before a release?

The best way to manage version consistency in Tauri before a release is to automate updates across tauri.conf.json and Cargo.toml, which this Skill does while also updating Cargo.lock to prevent dependency mismatches.

Do I need to manually update Cargo.toml when changing a Tauri app version?

You do not need to manually update Cargo.toml when changing a Tauri app version. This Skill synchronizes the version update across tauri.conf.json and Cargo.toml automatically.