Skip to content

Commit fd31c5e

Browse files
authored
Merge pull request #326 from sauravpanda/chore/release-0.1.21
chore: release v0.1.21
2 parents c8eca2c + c1e2985 commit fd31c5e

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "workroot",
33
"private": true,
4-
"version": "0.1.20",
4+
"version": "0.1.21",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

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 = "workroot"
3-
version = "0.1.20"
3+
version = "0.1.21"
44
edition = "2021"
55
authors = ["Saurav Panda <saurav@workroot.dev>"]
66
description = "A local-first developer workspace for managing projects, terminals, and Git workflows."

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/nicegui/nicegui/main/.nicegui/schema/tauri-conf.json",
33
"productName": "Workroot",
4-
"version": "0.1.20",
4+
"version": "0.1.21",
55
"identifier": "com.workroot.dev",
66
"build": {
77
"beforeDevCommand": "pnpm dev",

0 commit comments

Comments
 (0)