We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf40805 commit e243bf0Copy full SHA for e243bf0
apps/desktop/src-tauri/tauri.conf.json
@@ -1,7 +1,7 @@
1
{
2
"$schema": "https://raw.githubusercontent.com/tauri-apps/tauri/dev/crates/tauri-config-schema/schema.json",
3
"productName": "Routa Desktop",
4
- "version": "0.2.1",
+ "version": "0.2.3",
5
"identifier": "com.routa.desktop",
6
"build": {
7
"beforeDevCommand": "cd ../.. && npm run dev",
package.json
@@ -1,6 +1,6 @@
"name": "routa-js",
- "version": "0.1.0",
"private": true,
"description": "Routa.js - Multi-Agent Coordination Platform for AI Development",
"scripts": {
0 commit comments