Skip to content

Commit c140c3f

Browse files
chore: bump version to v0.0.2
1 parent 2a3533c commit c140c3f

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

frontend/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

frontend/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "llm-desk",
33
"private": true,
4-
"version": "0.0.1",
4+
"version": "0.0.2",
55
"type": "module",
66
"description": "A powerful, cross-platform desktop application for managing your LLM providers, models, and API keys locally.",
77
"author": {
@@ -47,4 +47,4 @@
4747
"vite": "^6.2.0",
4848
"vitest": "^4.0.17"
4949
}
50-
}
50+
}

wails.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
"info": {
1414
"companyName": "Shanto Islam",
1515
"productName": "LLM Desk",
16-
"productVersion": "0.0.1",
16+
"productVersion": "0.0.2",
1717
"copyright": "Copyright © 2026 Shanto Islam and contributors - Licensed under GPL-3.0",
1818
"comments": "A cross-platform desktop app for locally managing your LLM providers, Models and API Keys"
1919
}
20-
}
20+
}

0 commit comments

Comments
 (0)