Update for 0.49.6 release

This commit is contained in:
Nick Lockwood
2022-03-15 22:16:01 +00:00
parent 8926240bcd
commit 6f6860f43e
9 changed files with 22 additions and 15 deletions
+3 -3
View File
@@ -1,6 +1,6 @@
{
"name": "SwiftFormat",
"version": "0.49.5",
"version": "0.49.6",
"license": {
"type": "MIT",
"file": "LICENSE.md"
@@ -10,7 +10,7 @@
"authors": "Nick Lockwood",
"source": {
"git": "https://github.com/nicklockwood/SwiftFormat.git",
"tag": "0.49.5"
"tag": "0.49.6"
},
"default_subspecs": "Core",
"subspecs": [
@@ -33,6 +33,6 @@
"tvos": "11.0",
"osx": "10.12"
},
"swift_versions": ["4.2", "5.0", "5.1", "5.2", "5.3", "5.4", "5.5"],
"swift_versions": ["4.2", "5.0", "5.1", "5.2", "5.3", "5.4", "5.5", "5.6"],
"requires_arc": true
}