Skip to content

Commit 2f9b382

Browse files
committed
dashboard: bump version to 0.3.1
1 parent e6f8fb8 commit 2f9b382

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
@@ -341,7 +341,7 @@ On startup, Magic Context checks for common configuration problems — OpenCode'
341341
A companion desktop app for browsing and managing Magic Context state outside of OpenCode.
342342

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

346346
**Features:**
347347
- **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.3.0",
4+
"version": "0.3.1",
55
"identifier": "com.cortexkit.magic-context-dashboard",
66
"build": {
77
"beforeDevCommand": "bun run dev:frontend",

0 commit comments

Comments
 (0)