Skip to content

Commit 8de6700

Browse files
committed
chore: bump version to v0.2.1
1 parent 283cb50 commit 8de6700

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

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.0",
4+
"version": "0.2.1",
55
"license": "AGPL-3.0",
66
"type": "module",
77
"scripts": {

src-tauri/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.0"
3+
version = "0.2.1"
44
description = "GUI app and Toolkit for Claude Code"
55
authors = ["mufeedvh", "123vviekr"]
66
license = "AGPL-3.0"

src-tauri/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<key>LSMinimumSystemVersion</key>
88
<string>10.15</string>
99
<key>CFBundleShortVersionString</key>
10-
<string>0.2.0</string>
10+
<string>0.2.1</string>
1111
<key>CFBundleName</key>
1212
<string>opcode</string>
1313
<key>CFBundleDisplayName</key>

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.0",
4+
"version": "0.2.1",
55
"identifier": "opcode.asterisk.so",
66
"build": {
77
"beforeDevCommand": "bun run dev",

src/components/NFOCredits.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ export const NFOCredits: React.FC<NFOCreditsProps> = ({ onClose }) => {
8484

8585
// Credits content
8686
const creditsContent = [
87-
{ type: "header", text: "opcode v0.2.0" },
87+
{ type: "header", text: "opcode v0.2.1" },
8888
{ type: "subheader", text: "[ A STRATEGIC PROJECT BY ASTERISK ]" },
8989
{ type: "spacer" },
9090
{ type: "section", title: "━━━ CREDITS ━━━" },

0 commit comments

Comments
 (0)