We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c413373 commit 46527b0Copy full SHA for 46527b0
2 files changed
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "codex-monitor",
3
"private": true,
4
- "version": "0.2.0",
+ "version": "0.3.0",
5
"type": "module",
6
"scripts": {
7
"dev": "vite",
src-tauri/tauri.conf.json
"$schema": "https://schema.tauri.app/config/2",
"productName": "CodexMonitor",
"identifier": "com.dimillian.codexmonitor",
"build": {
"beforeDevCommand": "npm run dev",
0 commit comments