From 4be914be6fa49cd30b1e7ef5d32d06c037d8f469 Mon Sep 17 00:00:00 2001 From: JP Simard Date: Thu, 30 Aug 2018 14:26:54 -0700 Subject: [PATCH] Release 0.21.2 --- CHANGELOG.md | 2 +- Source/SourceKittenFramework/Info.plist | 2 +- Source/SourceKittenFramework/Version.swift | 2 +- Source/sourcekitten/Info.plist | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f1c6e790b..c3c4fb6d2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## Master +## 0.21.2 ##### Breaking diff --git a/Source/SourceKittenFramework/Info.plist b/Source/SourceKittenFramework/Info.plist index 87d4908ad..4411701d8 100644 --- a/Source/SourceKittenFramework/Info.plist +++ b/Source/SourceKittenFramework/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 0.21.1 + 0.21.2 CFBundleSignature ???? CFBundleVersion diff --git a/Source/SourceKittenFramework/Version.swift b/Source/SourceKittenFramework/Version.swift index 3e295ea37..ac9b64fbc 100644 --- a/Source/SourceKittenFramework/Version.swift +++ b/Source/SourceKittenFramework/Version.swift @@ -9,5 +9,5 @@ public struct Version { public let value: String - public static let current = Version(value: "0.21.1") + public static let current = Version(value: "0.21.2") } diff --git a/Source/sourcekitten/Info.plist b/Source/sourcekitten/Info.plist index 4fe29b4d2..0151499a5 100644 --- a/Source/sourcekitten/Info.plist +++ b/Source/sourcekitten/Info.plist @@ -17,7 +17,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 0.21.1 + 0.21.2 CFBundleSignature ???? CFBundleVersion