chore: bump version to 0.11.11

This commit is contained in:
Benjamin Shafii
2026-02-04 23:22:20 -08:00
parent 94e4e0c27b
commit b0fe577e2b
4 changed files with 4 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "@different-ai/openwork-ui",
"private": true,
"version": "0.11.10",
"version": "0.11.11",
"type": "module",
"scripts": {
"dev": "vite",

View File

@@ -1,7 +1,7 @@
{
"name": "@different-ai/openwork",
"private": true,
"version": "0.11.10",
"version": "0.11.11",
"opencodeVersion": "1.1.45",
"owpenbotVersion": "0.1.19",
"type": "module",

View File

@@ -1,6 +1,6 @@
[package]
name = "openwork"
version = "0.11.10"
version = "0.11.11"
description = "OpenWork"
authors = ["Different AI"]
edition = "2021"

View File

@@ -1,7 +1,7 @@
{
"$schema": "https://schema.tauri.app/config/2",
"productName": "OpenWork",
"version": "0.11.10",
"version": "0.11.11",
"identifier": "com.differentai.openwork",
"build": {
"beforeDevCommand": "pnpm -C ../.. --filter @different-ai/openwork run prepare:sidecar && pnpm -w dev:ui",