Skip to content

Commit d17c93c

Browse files
committed
chore: release v1.11.0
1 parent d492f71 commit d17c93c

5 files changed

Lines changed: 7 additions & 7 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": "1.10.0",
3+
"version": "1.11.0",
44
"private": true,
55
"scripts": {
66
"frontend:dev": "next dev --turbopack",

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 = "app"
3-
version = "1.10.0"
3+
version = "1.11.0"
44
description = "Knot Code — AI-native desktop code editor by OpenKnot"
55
authors = ["OpenKnot"]
66
license = ""

src-tauri/gen/apple/app_iOS/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
<key>CFBundlePackageType</key>
1616
<string>APPL</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>1.10.0</string>
18+
<string>1.11.0</string>
1919
<key>CFBundleVersion</key>
20-
<string>1.10.0</string>
20+
<string>1.11.0</string>
2121
<key>LSRequiresIPhoneOS</key>
2222
<true/>
2323
<key>UILaunchStoryboardName</key>

src-tauri/gen/apple/project.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ targets:
5252
- UIInterfaceOrientationPortraitUpsideDown
5353
- UIInterfaceOrientationLandscapeLeft
5454
- UIInterfaceOrientationLandscapeRight
55-
CFBundleShortVersionString: 1.10.0
56-
CFBundleVersion: "1.10.0"
55+
CFBundleShortVersionString: 1.11.0
56+
CFBundleVersion: "1.11.0"
5757
entitlements:
5858
path: app_iOS/app_iOS.entitlements
5959
scheme:

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": "../node_modules/@tauri-apps/cli/config.schema.json",
33
"productName": "KnotCode",
4-
"version": "1.10.0",
4+
"version": "1.11.0",
55
"identifier": "ai.openknot.code-editor",
66
"build": {
77
"frontendDist": "../out",

0 commit comments

Comments
 (0)