From 97b5848e5692150d75b5cf0b81d7ebef5f4d5071 Mon Sep 17 00:00:00 2001 From: JP Simard Date: Fri, 3 Jan 2020 15:21:12 -0800 Subject: [PATCH] Release 0.28.0 --- 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 b49ee110a..8014efa40 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## Master +## 0.28.0 ##### Breaking diff --git a/Source/SourceKittenFramework/Info.plist b/Source/SourceKittenFramework/Info.plist index 14576f11c..c65b741f9 100644 --- a/Source/SourceKittenFramework/Info.plist +++ b/Source/SourceKittenFramework/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 0.27.0 + 0.28.0 CFBundleSignature ???? CFBundleVersion diff --git a/Source/SourceKittenFramework/Version.swift b/Source/SourceKittenFramework/Version.swift index 80f2a8d38..1b9877268 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.27.0") + public static let current = Version(value: "0.28.0") } diff --git a/Source/sourcekitten/Info.plist b/Source/sourcekitten/Info.plist index e361eb787..27c3348ca 100644 --- a/Source/sourcekitten/Info.plist +++ b/Source/sourcekitten/Info.plist @@ -17,7 +17,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 0.27.0 + 0.28.0 CFBundleSignature ???? CFBundleVersion