Skip to content

Commit 4d40a3c

Browse files
committed
release: v0.1.2 - UI improvements and auto-updates enabled
1 parent 4bc2fab commit 4d40a3c

File tree

4 files changed

+3
-349
lines changed

4 files changed

+3
-349
lines changed

GENERIC.md

Lines changed: 0 additions & 302 deletions
This file was deleted.

RELEASE_NOTES_v0.1.1.md

Lines changed: 0 additions & 44 deletions
This file was deleted.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "seeva-ai-assistant",
33
"private": true,
4-
"version": "0.1.1",
4+
"version": "0.1.2",
55
"description": "Cross-platform AI assistant with screenshot capabilities",
66
"type": "module",
77
"scripts": {

src-tauri/tauri.conf.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://schema.tauri.app/config/2",
33
"productName": "Seeva AI Assistant",
4-
"version": "0.1.1",
4+
"version": "0.1.2",
55
"identifier": "ai.seeva.assistant",
66
"build": {
77
"beforeDevCommand": "bun run dev",
@@ -38,7 +38,7 @@
3838
},
3939
"bundle": {
4040
"active": true,
41-
"createUpdaterArtifacts": false,
41+
"createUpdaterArtifacts": true,
4242
"targets": "all",
4343
"icon": [
4444
"icons/32x32.png",

0 commit comments

Comments
 (0)