Skip to content

Commit af616ba

Browse files
phodalcodex
andcommitted
chore(release): bump version to 0.2.6
Co-authored-by: Codex (GPT-5) <codex@openai.com>
1 parent 34cb976 commit af616ba

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

apps/desktop/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apps/desktop/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "routa-desktop",
3-
"version": "0.2.5",
3+
"version": "0.2.6",
44
"private": true,
55
"scripts": {
66
"dev": "npm run tauri dev",

apps/desktop/src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "routa-desktop"
3-
version = "0.1.0"
3+
version = "0.2.6"
44
description = "Routa.js Desktop - Multi-agent coordination platform"
55
authors = ["phodal"]
66
edition = "2021"

apps/desktop/src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://raw.githubusercontent.com/tauri-apps/tauri/dev/crates/tauri-config-schema/schema.json",
33
"productName": "Routa Desktop",
4-
"version": "0.2.5",
4+
"version": "0.2.6",
55
"identifier": "com.routa.desktop",
66
"build": {
77
"beforeDevCommand": "cd ../.. && npm run dev",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "routa-js",
3-
"version": "0.2.5",
3+
"version": "0.2.6",
44
"private": true,
55
"description": "Routa.js - Multi-Agent Coordination Platform for AI Development",
66
"license": "MIT",

0 commit comments

Comments
 (0)