From cc1f16acc70630d27498e81078789f5fa55d7463 Mon Sep 17 00:00:00 2001 From: JP Simard Date: Thu, 26 Sep 2019 16:49:10 -0700 Subject: [PATCH] Release 0.26.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 9c2578b86..c3c4be047 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## Master +## 0.26.0 ##### Breaking diff --git a/Source/SourceKittenFramework/Info.plist b/Source/SourceKittenFramework/Info.plist index 24fb840e8..1d1e92375 100644 --- a/Source/SourceKittenFramework/Info.plist +++ b/Source/SourceKittenFramework/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 0.25.0 + 0.26.0 CFBundleSignature ???? CFBundleVersion diff --git a/Source/SourceKittenFramework/Version.swift b/Source/SourceKittenFramework/Version.swift index 06f65151e..791e3572d 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.25.0") + public static let current = Version(value: "0.26.0") } diff --git a/Source/sourcekitten/Info.plist b/Source/sourcekitten/Info.plist index bdaa86c52..9c52808ff 100644 --- a/Source/sourcekitten/Info.plist +++ b/Source/sourcekitten/Info.plist @@ -17,7 +17,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 0.25.0 + 0.26.0 CFBundleSignature ???? CFBundleVersion