Skip to content

Commit eac16c9

Browse files
committed
dashboard: bump version to 0.3.0
1 parent 6e6a3cc commit eac16c9

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@ On startup, Magic Context checks for common configuration problems — OpenCode'
335335
A companion desktop app for browsing and managing Magic Context state outside of OpenCode.
336336

337337
<p align="center">
338-
<a href="https://github.com/cortexkit/opencode-magic-context/releases/tag/dashboard-v0.2.8"><strong>⬇️ Download for macOS · Windows · Linux</strong></a></p>
338+
<a href="https://github.com/cortexkit/opencode-magic-context/releases/tag/dashboard-v0.3.0"><strong>⬇️ Download for macOS · Windows · Linux</strong></a></p>
339339

340340
**Features:**
341341
- **Memory Browser** — search, filter, and edit project memories with category and project filtering

packages/dashboard/src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://raw.githubusercontent.com/nicehash/tauri/dev/packages/tauri-utils/schema.json",
33
"productName": "Magic Context Dashboard",
4-
"version": "0.2.8",
4+
"version": "0.3.0",
55
"identifier": "com.cortexkit.magic-context-dashboard",
66
"build": {
77
"beforeDevCommand": "bun run dev:frontend",

0 commit comments

Comments
 (0)