chore: bump version to 0.1.22

This commit is contained in:
Benjamin Shafii
2026-01-18 16:18:45 -08:00
parent 17e8f2316e
commit 7bcd77c28b
3 changed files with 6 additions and 4 deletions

View File

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

View File

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

View File

@@ -1,7 +1,7 @@
{
"$schema": "https://schema.tauri.app/config/2",
"productName": "OpenWork",
"version": "0.1.20",
"version": "0.1.22",
"identifier": "com.differentai.openwork",
"build": {
"beforeDevCommand": "pnpm dev:web",
@@ -35,7 +35,9 @@
"plugins": {
"updater": {
"pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IDUwNDdCNTAwMTcxNUUxQTQKUldTazRSVVhBTFZIVUpNRi9OQnNRaElZY1NUWUQxS1ZJOTFUeUdPd2d6ZnFmMW5QV2xJQ1hXTTkK",
"endpoints": ["https://github.com/different-ai/openwork/releases/latest/download/latest.json"]
"endpoints": [
"https://github.com/different-ai/openwork/releases/latest/download/latest.json"
]
}
}
}