Update for 0.52.11 release

This commit is contained in:
Nick Lockwood
2023-12-06 00:05:51 +00:00
parent 0bd9f0da27
commit ad7707bd34
7 changed files with 21 additions and 12 deletions
+5 -3
View File
@@ -1,6 +1,6 @@
{
"name": "SwiftFormat",
"version": "0.52.10",
"version": "0.52.11",
"license": {
"type": "MIT",
"file": "LICENSE.md"
@@ -10,7 +10,7 @@
"authors": "Nick Lockwood",
"source": {
"git": "https://github.com/nicklockwood/SwiftFormat.git",
"tag": "0.52.10"
"tag": "0.52.11"
},
"default_subspecs": "Core",
"subspecs": [
@@ -33,6 +33,8 @@
"tvos": "11.0",
"osx": "10.14"
},
"swift_versions": ["5.1", "5.2", "5.3", "5.4", "5.5", "5.6", "5.7", "5.8"],
"swift_versions": [
"5.1", "5.2", "5.3", "5.4", "5.5", "5.6", "5.7", "5.8", "5.9", "5.10"
],
"requires_arc": true
}