Skip to content

Commit b9e116a

Browse files
authored
Merge pull request #978 from web3dev1337/chore/release-0.1.13
chore: release 0.1.13
2 parents 5946a46 + b1bc7d4 commit b9e116a

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

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.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "agent-workspace",
3-
"version": "0.1.12",
3+
"version": "0.1.13",
44
"description": "Multi-terminal orchestrator for Claude Code sessions",
55
"main": "server/index.js",
66
"scripts": {

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 = "agent-workspace"
3-
version = "0.1.12"
3+
version = "0.1.13"
44
description = "A Tauri App for Agent Workspace"
55
authors = ["you"]
66
license = "MIT"

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://schema.tauri.app/config/2",
33
"productName": "Agent Workspace",
4-
"version": "0.1.12",
4+
"version": "0.1.13",
55
"identifier": "com.agent.workspace",
66
"build": {
77
"frontendDist": "bootstrap",

0 commit comments

Comments
 (0)