Update for 0.50.2 release

This commit is contained in:
Nick Lockwood
2022-10-12 22:20:08 +01:00
parent a697730eed
commit de82a49c5d
8 changed files with 27 additions and 29 deletions
+4 -4
View File
@@ -1,6 +1,6 @@
{
"name": "SwiftFormat",
"version": "0.50.1",
"version": "0.50.2",
"license": {
"type": "MIT",
"file": "LICENSE.md"
@@ -10,7 +10,7 @@
"authors": "Nick Lockwood",
"source": {
"git": "https://github.com/nicklockwood/SwiftFormat.git",
"tag": "0.50.1"
"tag": "0.50.2"
},
"default_subspecs": "Core",
"subspecs": [
@@ -22,8 +22,8 @@
"name": "CLI",
"preserve_paths": "CommandLineTool/swiftformat",
"platforms": {
"ios": "9.0",
"tvos": "9.0",
"ios": "11.0",
"tvos": "11.0",
"osx": "10.14"
}
}