chore: bump version to 0.2.3

This commit is contained in:
Benjamin Shafii
2026-01-20 12:43:00 -08:00
parent 98f06ed2d3
commit b69ce75e58
4 changed files with 4 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "@different-ai/openwork",
"private": true,
"version": "0.2.2",
"version": "0.2.3",
"type": "module",
"scripts": {
"dev": "tauri dev",

2
src-tauri/Cargo.lock generated
View File

@@ -2371,7 +2371,7 @@ dependencies = [
[[package]]
name = "openwork"
version = "0.2.2"
version = "0.2.3"
dependencies = [
"serde",
"serde_json",

View File

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

View File

@@ -1,7 +1,7 @@
{
"$schema": "https://schema.tauri.app/config/2",
"productName": "OpenWork",
"version": "0.2.2",
"version": "0.2.3",
"identifier": "com.differentai.openwork",
"build": {
"beforeDevCommand": "pnpm dev:web",