From 09b528f4ac2dcfd1b16d0bccef7547fa6d9eab9f Mon Sep 17 00:00:00 2001 From: David Jennes Date: Mon, 4 Oct 2021 19:34:11 +0200 Subject: [PATCH] Prepare release --- CHANGELOG.md | 10 +--------- Sources/SwiftGen/Version.swift | 4 ++-- SwiftGen.podspec | 2 +- SwiftGenKit.podspec | 2 +- 4 files changed, 5 insertions(+), 13 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a39bb0b6..6c7f8454 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,15 +2,7 @@ --- -## Develop - -### Breaking Changes - -_None_ - -### New Features - -_None_ +## 6.5.1 ### Bug Fixes diff --git a/Sources/SwiftGen/Version.swift b/Sources/SwiftGen/Version.swift index b8751b3d..2ca65128 100644 --- a/Sources/SwiftGen/Version.swift +++ b/Sources/SwiftGen/Version.swift @@ -5,8 +5,8 @@ // enum Version { - static let swiftgen = "6.5.0" - static let swiftGenKit = "6.5.0" + static let swiftgen = "6.5.1" + static let swiftGenKit = "6.5.1" static let stencil = "0.14.1" static let stencilSwiftKit = "2.8.0" } diff --git a/SwiftGen.podspec b/SwiftGen.podspec index 75648288..4b481466 100644 --- a/SwiftGen.podspec +++ b/SwiftGen.podspec @@ -2,7 +2,7 @@ Pod::Spec.new do |s| s.name = 'SwiftGen' - s.version = '6.5.0' + s.version = '6.5.1' s.summary = 'A collection of Swift tools to generate Swift code for your assets, storyboards, strings, …' s.description = <<-DESC diff --git a/SwiftGenKit.podspec b/SwiftGenKit.podspec index 0eee5e71..901586a4 100644 --- a/SwiftGenKit.podspec +++ b/SwiftGenKit.podspec @@ -2,7 +2,7 @@ Pod::Spec.new do |s| s.name = 'SwiftGenKit' - s.version = '6.5.0' + s.version = '6.5.1' s.summary = 'The SwiftGen framework responsible for parsing assets and turn them ' \ 'in a dictionary representation suitable for Stencil templates'