Skip to content

Commit 5209fd2

Browse files
committed
app: Set version as 1.11.0
1 parent 543b6cd commit 5209fd2

File tree

7 files changed

+10
-10
lines changed

7 files changed

+10
-10
lines changed

Code.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4045,7 +4045,7 @@
40454045
"@executable_path/Frameworks",
40464046
);
40474047
LIBRARY_SEARCH_PATHS = "$(inherited)";
4048-
MARKETING_VERSION = 1.10.4;
4048+
MARKETING_VERSION = 1.11.0;
40494049
OTHER_SWIFT_FLAGS = "-Xcc -Wno-incomplete-umbrella";
40504050
PRODUCT_BUNDLE_IDENTIFIER = "thebaselab.VS-Code";
40514051
PRODUCT_NAME = "$(TARGET_NAME)";
@@ -4093,7 +4093,7 @@
40934093
"@executable_path/Frameworks",
40944094
);
40954095
LIBRARY_SEARCH_PATHS = "$(inherited)";
4096-
MARKETING_VERSION = 1.10.4;
4096+
MARKETING_VERSION = 1.11.0;
40974097
OTHER_SWIFT_FLAGS = "-Xcc -Wno-incomplete-umbrella";
40984098
PRODUCT_BUNDLE_IDENTIFIER = "thebaselab.VS-Code";
40994099
PRODUCT_NAME = "$(TARGET_NAME)";
@@ -4330,7 +4330,7 @@
43304330
"@executable_path/Frameworks",
43314331
);
43324332
LIBRARY_SEARCH_PATHS = "$(inherited)";
4333-
MARKETING_VERSION = 1.10.4;
4333+
MARKETING_VERSION = 1.11.0;
43344334
OTHER_SWIFT_FLAGS = "-Xcc -Wno-incomplete-umbrella";
43354335
PRODUCT_BUNDLE_IDENTIFIER = "thebaselab.VS-Code";
43364336
PRODUCT_NAME = "$(TARGET_NAME)";
@@ -4377,7 +4377,7 @@
43774377
"@executable_path/Frameworks",
43784378
);
43794379
LIBRARY_SEARCH_PATHS = "$(inherited)";
4380-
MARKETING_VERSION = 1.10.4;
4380+
MARKETING_VERSION = 1.11.0;
43814381
OTHER_SWIFT_FLAGS = "-Xcc -Wno-incomplete-umbrella";
43824382
PRODUCT_BUNDLE_IDENTIFIER = "thebaselab.VS-Code";
43834383
PRODUCT_NAME = "$(TARGET_NAME)";

CodeApp/Localization/de.lproj/Localizable.strings

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
"Welcome Message" =
1010
"# Code App
11-
##### **v1.10.4 (September 2025)**
11+
##### **v1.11.0 (Oktober 2025)**
1212
#### Start
1313
[Neue Datei](https://thebaselab.com/code/newfile)
1414
[Datei öffnen](https://thebaselab.com/code/openfile)

CodeApp/Localization/en.lproj/Localizable.strings

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
"Welcome Message" =
1010
"# Code App
11-
##### **v1.10.4 (September 2025)**
11+
##### **v1.11.0 (October 2025)**
1212
#### Start
1313
[New file](https://thebaselab.com/code/newfile)
1414
[Open file](https://thebaselab.com/code/openfile)

CodeApp/Localization/ja.lproj/Localizable.strings

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
"Welcome Message" =
1010
"# Code App
11-
##### **v1.10.4 (2025年9月)**
11+
##### **v1.11.0 (2025年10月)**
1212
#### 開始
1313
[新しいファイル](https://thebaselab.com/code/newfile)
1414
[ファイルを開く](https://thebaselab.com/code/openfile)

CodeApp/Localization/ko.lproj/Localizable.strings

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
"Welcome Message" =
1010
"# Code App
11-
##### **v1.10.4 (2025년 9월)**
11+
##### **v1.11.0 (2025년 10월)**
1212
#### 시작
1313
[새 파일...](https://thebaselab.com/code/newfile)
1414
[파일 열기...](https://thebaselab.com/code/openfile)

CodeApp/Localization/ru.lproj/Localizable.strings

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
"Welcome Message" =
1010
"# Code App
11-
##### **v1.10.4 (Сентябрь 2025)**
11+
##### **v1.11.0 (Октябрь 2025)**
1212
#### Начало
1313
[Новый файл](https://thebaselab.com/code/newfile)
1414
[Открыть файл](https://thebaselab.com/code/openfile)

CodeApp/Localization/zh-Hans.lproj/Localizable.strings

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
"Welcome Message" =
1010
"# Code App
11-
##### **v1.10.4 (2025 年 9 月)**
11+
##### **v1.11.0 (2025 年 10 月)**
1212
#### 开始
1313
[新文件](https://thebaselab.com/code/newfile)
1414
[打开文件](https://thebaselab.com/code/openfile)

0 commit comments

Comments
 (0)