Skip to content

Commit 5e179e2

Browse files
committed
Release 1.5.0
1 parent 2858c8f commit 5e179e2

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,20 @@
1212

1313
* None.
1414

15+
## 1.5.0 (2019-07-06)
16+
17+
##### Breaking
18+
19+
* None.
20+
21+
##### Enhancements
22+
23+
* None.
24+
25+
##### Bug Fixes
26+
27+
* Xcode 10.2 compatibly.
28+
1529
## 1.4.0 (2019-03-02)
1630

1731
##### Breaking

Periphery.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |spec|
22
spec.name = "Periphery"
3-
spec.version = "1.4.0"
3+
spec.version = "1.5.0"
44
spec.summary = "Eliminate Unused Swift Code."
55
spec.homepage = "https://github.com/peripheryapp/periphery"
66
spec.license = { :type => 'MIT', :file => 'LICENSE.md' }

Sources/PeripheryKit/Version.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
public let PeripheryVersion = "1.4.0"
1+
public let PeripheryVersion = "1.5.0"

0 commit comments

Comments
 (0)