Skip to content

Commit d118bc5

Browse files
Bump to 0.3.2, Bump CESE to 0.8.0 (#1881)
Bump to 0.3.2
1 parent e98a622 commit d118bc5

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

CodeEdit.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5481,7 +5481,7 @@
54815481
repositoryURL = "https://github.com/lukepistrol/SwiftLintPlugin";
54825482
requirement = {
54835483
kind = upToNextMajorVersion;
5484-
minimumVersion = 0.2.2;
5484+
minimumVersion = 0.56.2;
54855485
};
54865486
};
54875487
303E88452C276FD100EEA8D9 /* XCRemoteSwiftPackageReference "LanguageClient" */ = {
@@ -5593,7 +5593,7 @@
55935593
repositoryURL = "https://github.com/CodeEditApp/CodeEditSourceEditor";
55945594
requirement = {
55955595
kind = upToNextMajorVersion;
5596-
minimumVersion = 0.7.5;
5596+
minimumVersion = 0.8.0;
55975597
};
55985598
};
55995599
/* End XCRemoteSwiftPackageReference section */

CodeEdit.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

CodeEdit/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1262,7 +1262,7 @@
12621262
<key>CFBundlePackageType</key>
12631263
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
12641264
<key>CFBundleShortVersionString</key>
1265-
<string>0.3.1</string>
1265+
<string>0.3.2</string>
12661266
<key>CFBundleURLTypes</key>
12671267
<array>
12681268
<dict>

OpenWithCodeEdit/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<key>CFBundlePackageType</key>
1818
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>0.3.1</string>
20+
<string>0.3.2</string>
2121
<key>CFBundleVersion</key>
2222
<string>42</string>
2323
<key>LSUIElement</key>

0 commit comments

Comments
 (0)