release v1.6.2

This commit is contained in:
Bohdan Triapitsyn
2026-02-01 22:47:21 +02:00
parent d846f039e6
commit cd37b778c3
11 changed files with 35 additions and 17 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@openchamber/desktop",
"version": "1.6.1",
"version": "1.6.2",
"private": true,
"type": "module",
"desktopPrerequisites": [
+1 -1
View File
@@ -2994,7 +2994,7 @@ dependencies = [
[[package]]
name = "openchamber-desktop"
version = "1.6.1"
version = "1.6.2"
dependencies = [
"anyhow",
"axum",
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "openchamber-desktop"
version = "1.6.1"
version = "1.6.2"
edition = "2021"
publish = false
+1 -1
View File
@@ -1,7 +1,7 @@
{
"$schema": "../node_modules/@tauri-apps/cli/schema.json",
"productName": "OpenChamber",
"version": "1.6.1",
"version": "1.6.2",
"identifier": "ai.opencode.openchamber",
"build": {
"beforeDevCommand": "bun run dev",