Update for 0.47.0 release

This commit is contained in:
Nick Lockwood
2020-10-15 00:25:38 +01:00
parent f319b918f0
commit 1f96916df2
50 changed files with 564 additions and 584 deletions
+3 -3
View File
@@ -1,6 +1,6 @@
{
"name": "SwiftFormat",
"version": "0.46.3",
"version": "0.47.0",
"license": {
"type": "MIT",
"file": "LICENSE.md"
@@ -10,7 +10,7 @@
"authors": "Nick Lockwood",
"source": {
"git": "https://github.com/nicklockwood/SwiftFormat.git",
"tag": "0.46.3"
"tag": "0.47.0"
},
"default_subspecs": "Core",
"subspecs": [
@@ -24,7 +24,7 @@
"platforms": {
"ios": "7.0",
"tvos": "9.0",
"osx": "10.9"
"osx": "10.12"
}
}
],