We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d5dc98 commit 8795160Copy full SHA for 8795160
3 files changed
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "opcode",
3
"private": true,
4
- "version": "0.2.1",
+ "version": "0.3.0",
5
"license": "AGPL-3.0",
6
"type": "module",
7
"scripts": {
src-tauri/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "opcode"
-version = "0.2.1"
+version = "0.3.0"
description = "GUI app and Toolkit for Claude Code"
authors = ["mufeedvh", "123vviekr"]
license = "AGPL-3.0"
src-tauri/tauri.conf.json
"$schema": "https://schema.tauri.app/config/2",
"productName": "opcode",
"identifier": "opcode.asterisk.so",
"build": {
"beforeDevCommand": "",
0 commit comments