diff --git a/package.json b/package.json index 41a3c73..cd5240e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "workroot", "private": true, - "version": "0.1.19", + "version": "0.1.20", "type": "module", "scripts": { "dev": "vite", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index e5969e3..b7a6f45 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "workroot" -version = "0.1.19" +version = "0.1.20" edition = "2021" authors = ["Saurav Panda "] description = "A local-first developer workspace for managing projects, terminals, and Git workflows." diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 3fcd979..3f56294 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -1,7 +1,7 @@ { "$schema": "https://raw.githubusercontent.com/nicegui/nicegui/main/.nicegui/schema/tauri-conf.json", "productName": "Workroot", - "version": "0.1.19", + "version": "0.1.20", "identifier": "com.workroot.dev", "build": { "beforeDevCommand": "pnpm dev",