We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a55c03 commit b7bcb71Copy full SHA for b7bcb71
CHANGELOG.md
@@ -10,6 +10,20 @@
10
11
##### Bug Fixes
12
13
+- None.
14
+
15
+## 2.4.1 (2020-12-20)
16
17
+##### Breaking
18
19
20
21
+##### Enhancements
22
23
24
25
+##### Bug Fixes
26
27
- Fix ignore comments on protocol declarations.
28
29
## 2.4.0 (2020-12-19)
Periphery.podspec
@@ -1,6 +1,6 @@
1
Pod::Spec.new do |spec|
2
spec.name = "Periphery"
3
- spec.version = "2.4.0"
+ spec.version = "2.4.1"
4
spec.summary = "Eliminate Unused Swift Code."
5
spec.homepage = "https://github.com/peripheryapp/periphery"
6
spec.license = { :type => 'MIT', :file => 'LICENSE.md' }
Sources/Frontend/Version.swift
@@ -1 +1 @@
-public let PeripheryVersion = "2.4.0"
+public let PeripheryVersion = "2.4.1"
0 commit comments