Skip to content

Commit 9123d62

Browse files
committed
chore: release v0.10.0
1 parent 58ee645 commit 9123d62

2 files changed

Lines changed: 3 additions & 5 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "code-editor",
3-
"version": "0.9.0",
3+
"version": "0.10.0",
44
"private": true,
55
"scripts": {
66
"frontend:dev": "next dev --turbopack",

src-tauri/tauri.conf.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "../node_modules/@tauri-apps/cli/config.schema.json",
33
"productName": "Knot Code",
4-
"version": "0.9.0",
4+
"version": "0.10.0",
55
"identifier": "ai.openknot.code-editor",
66
"build": {
77
"frontendDist": "../out",
@@ -31,9 +31,7 @@
3131
},
3232
"bundle": {
3333
"active": true,
34-
"targets": [
35-
"dmg"
36-
],
34+
"targets": ["dmg"],
3735
"icon": [
3836
"icons/32x32.png",
3937
"icons/128x128.png",

0 commit comments

Comments
 (0)