From b7bcb71643c8ceed7e19732b7110a8d0ef2e2f8b Mon Sep 17 00:00:00 2001 From: Ian Leitch Date: Sun, 20 Dec 2020 17:10:05 +0100 Subject: [PATCH] Release 2.4.1 --- CHANGELOG.md | 14 ++++++++++++++ Periphery.podspec | 2 +- Sources/Frontend/Version.swift | 2 +- 3 files changed, 16 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 66b6657753..900d6b84fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,20 @@ ##### Bug Fixes +- None. + +## 2.4.1 (2020-12-20) + +##### Breaking + +- None. + +##### Enhancements + +- None. + +##### Bug Fixes + - Fix ignore comments on protocol declarations. ## 2.4.0 (2020-12-19) diff --git a/Periphery.podspec b/Periphery.podspec index 17fc1f3d6e..329a289060 100644 --- a/Periphery.podspec +++ b/Periphery.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |spec| spec.name = "Periphery" - spec.version = "2.4.0" + spec.version = "2.4.1" spec.summary = "Eliminate Unused Swift Code." spec.homepage = "https://github.com/peripheryapp/periphery" spec.license = { :type => 'MIT', :file => 'LICENSE.md' } diff --git a/Sources/Frontend/Version.swift b/Sources/Frontend/Version.swift index 722b3bbab9..64b40995db 100644 --- a/Sources/Frontend/Version.swift +++ b/Sources/Frontend/Version.swift @@ -1 +1 @@ -public let PeripheryVersion = "2.4.0" +public let PeripheryVersion = "2.4.1"