From 35c9e0e437592661a51b160d80a4feaa5d4630d1 Mon Sep 17 00:00:00 2001 From: JP Simard Date: Sun, 21 Jul 2019 21:56:42 -0700 Subject: [PATCH] Release 0.24.0: Curiosity killed the cat --- 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 1ead3e1f3..a50758ec8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## Master +## 0.24.0 ##### Breaking diff --git a/Source/SourceKittenFramework/Info.plist b/Source/SourceKittenFramework/Info.plist index 342826257..ecae11215 100644 --- a/Source/SourceKittenFramework/Info.plist +++ b/Source/SourceKittenFramework/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 0.23.2 + 0.24.0 CFBundleSignature ???? CFBundleVersion diff --git a/Source/SourceKittenFramework/Version.swift b/Source/SourceKittenFramework/Version.swift index 47e1f9d3b..056cf86b8 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.23.2") + public static let current = Version(value: "0.24.0") } diff --git a/Source/sourcekitten/Info.plist b/Source/sourcekitten/Info.plist index 27953f6e2..664f25bc6 100644 --- a/Source/sourcekitten/Info.plist +++ b/Source/sourcekitten/Info.plist @@ -17,7 +17,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 0.23.2 + 0.24.0 CFBundleSignature ???? CFBundleVersion