Skip to content

Commit 8795160

Browse files
committed
chore: bump version to 0.3.0 for Windows/WSL support release
1 parent 5d5dc98 commit 8795160

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "opcode",
33
"private": true,
4-
"version": "0.2.1",
4+
"version": "0.3.0",
55
"license": "AGPL-3.0",
66
"type": "module",
77
"scripts": {

src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "opcode"
3-
version = "0.2.1"
3+
version = "0.3.0"
44
description = "GUI app and Toolkit for Claude Code"
55
authors = ["mufeedvh", "123vviekr"]
66
license = "AGPL-3.0"

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://schema.tauri.app/config/2",
33
"productName": "opcode",
4-
"version": "0.2.1",
4+
"version": "0.3.0",
55
"identifier": "opcode.asterisk.so",
66
"build": {
77
"beforeDevCommand": "",

0 commit comments

Comments
 (0)