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 2858c8f commit 5e179e2Copy full SHA for 5e179e2
CHANGELOG.md
@@ -12,6 +12,20 @@
12
13
* None.
14
15
+## 1.5.0 (2019-07-06)
16
+
17
+##### Breaking
18
19
+* None.
20
21
+##### Enhancements
22
23
24
25
+##### Bug Fixes
26
27
+* Xcode 10.2 compatibly.
28
29
## 1.4.0 (2019-03-02)
30
31
##### Breaking
Periphery.podspec
@@ -1,6 +1,6 @@
1
Pod::Spec.new do |spec|
2
spec.name = "Periphery"
3
- spec.version = "1.4.0"
+ spec.version = "1.5.0"
4
spec.summary = "Eliminate Unused Swift Code."
5
spec.homepage = "https://github.com/peripheryapp/periphery"
6
spec.license = { :type => 'MIT', :file => 'LICENSE.md' }
Sources/PeripheryKit/Version.swift
@@ -1 +1 @@
-public let PeripheryVersion = "1.4.0"
+public let PeripheryVersion = "1.5.0"
0 commit comments