chore: bump version to v0.1.17

This commit is contained in:
Benjamin Shafii
2026-01-18 08:39:45 -08:00
parent 9767710234
commit a6c5670b01
3 changed files with 3 additions and 3 deletions

View File

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

View File

@@ -1,6 +1,6 @@
[package]
name = "openwork"
version = "0.1.16"
version = "0.1.17"
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.16",
"version": "0.1.17",
"identifier": "com.differentai.openwork",
"build": {
"beforeDevCommand": "pnpm dev:web",