Skip to content

Commit 70db1c4

Browse files
committed
chore(release): bump version to 1.0.0 and configure Tauri signing
- Update terraphim-ai-desktop to v1.0.0 - Configure Tauri updater with signing public key - Enable signed updates for auto-update functionality Breaking changes: First major release Related: #286
1 parent a03b41e commit 70db1c4

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

desktop/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "terraphim-search-ui",
33
"private": true,
4-
"version": "0.3.0",
4+
"version": "1.0.0",
55
"type": "module",
66
"engines": {
77
"node": ">=18.0.0",

desktop/src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "terraphim-ai-desktop"
3-
version = "0.1.0"
3+
version = "1.0.0"
44
description = "Desktop app for Terraphim, a privacy preserving AI assistant: Take control of the relevance"
55
authors = ["Terraphim Contributors"]
66
license = "Apache-2.0"

desktop/src-tauri/tauri.conf.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"$schema": "../node_modules/@tauri-apps/cli/schema.json",
33
"package": {
44
"productName": "Terraphim Desktop",
5-
"version": "0.3.0"
5+
"version": "1.0.0"
66
},
77
"build": {
88
"beforeDevCommand": "yarn run dev",
@@ -43,7 +43,7 @@
4343
"https://github.com/terraphim/terraphim-ai/releases/latest/download/latest.json"
4444
],
4545
"dialog": true,
46-
"pubkey": "PLACEHOLDER_PUBLIC_KEY"
46+
"pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IDU5Qzc1Q0VGOTM5RDdFNDEKUldSQmZwMlQ3MXpIV1R2ampjWVo0Z2ZCanBXclVMZnB6R1pSMDFqTUhBOTUrNE9BSTg3cW13WlIK"
4747
},
4848
"windows": [
4949
{

0 commit comments

Comments
 (0)