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 711396e commit 3c6f646Copy full SHA for 3c6f646
CHANGELOG.md
@@ -10,6 +10,20 @@
10
11
##### Bug Fixes
12
13
+- None.
14
+
15
+## 2.0.1 (2020-11-10)
16
17
+##### Breaking
18
19
20
21
+##### Enhancements
22
23
24
25
+##### Bug Fixes
26
27
- Fix version number.
28
29
## 2.0.0 (2020-11-10)
Periphery.podspec
@@ -1,6 +1,6 @@
1
Pod::Spec.new do |spec|
2
spec.name = "Periphery"
3
- spec.version = "2.0.0"
+ spec.version = "2.0.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 = "1.8.0"
+public let PeripheryVersion = "2.0.1"
0 commit comments