We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbdfba0 commit 382f277Copy full SHA for 382f277
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "code-editor",
3
- "version": "0.4.0",
+ "version": "0.5.0",
4
"private": true,
5
"scripts": {
6
"dev": "next dev --turbopack",
@@ -43,4 +43,4 @@
43
"@tauri-apps/cli": "^2.10.0",
44
"monaco-editor": "^0.55.1"
45
}
46
-}
+}
src-tauri/tauri.conf.json
@@ -1,7 +1,7 @@
"$schema": "../node_modules/@tauri-apps/cli/config.schema.json",
"productName": "Knot Code",
- "version": "0.2.0",
"identifier": "ai.openknot.code-editor",
"build": {
7
"frontendDist": "../out",
0 commit comments