We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb9adac commit 70c2471Copy full SHA for 70c2471
2 files changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "code-editor",
3
- "version": "1.2.0",
+ "version": "1.3.0",
4
"private": true,
5
"scripts": {
6
"frontend:dev": "next dev --turbopack",
src-tauri/tauri.conf.json
@@ -1,7 +1,7 @@
"$schema": "../node_modules/@tauri-apps/cli/config.schema.json",
"productName": "KnotCode",
"identifier": "ai.openknot.code-editor",
"build": {
7
"frontendDist": "../out",
0 commit comments