Update for 0.48.0 release

This commit is contained in:
Nick Lockwood
2021-04-20 23:51:24 +01:00
parent 878539597e
commit 01aff6e657
43 changed files with 56 additions and 37 deletions
+4 -4
View File
@@ -1,6 +1,6 @@
{
"name": "SwiftFormat",
"version": "0.47.13",
"version": "0.48.0",
"license": {
"type": "MIT",
"file": "LICENSE.md"
@@ -10,7 +10,7 @@
"authors": "Nick Lockwood",
"source": {
"git": "https://github.com/nicklockwood/SwiftFormat.git",
"tag": "0.47.13"
"tag": "0.48.0"
},
"default_subspecs": "Core",
"subspecs": [
@@ -29,8 +29,8 @@
}
],
"platforms": {
"ios": "9.0",
"tvos": "9.0",
"ios": "11.0",
"tvos": "11.0",
"osx": "10.12"
},
"swift_versions": "4.2",