Skip to content

Commit 070e44d

Browse files
authored
Merge pull request #985 from web3dev1337/chore/release-0.1.16
chore: release 0.1.16
2 parents 92cc2e6 + d015272 commit 070e44d

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.15",
3+
"version": "0.1.16",
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.15"
3+
version = "0.1.16"
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.15",
4+
"version": "0.1.16",
55
"identifier": "com.agent.workspace",
66
"build": {
77
"frontendDist": "bootstrap",

0 commit comments

Comments
 (0)