Skip to content

Commit

Permalink
Release 1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ileitch committed Jul 6, 2019
1 parent e5b12e8 commit eb1c986
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,20 @@

* None.

## 1.5.1 (2019-07-06)

##### Breaking

* None.

##### Enhancements

* None.

##### Bug Fixes

* Fix CocoaPod.

## 1.5.0 (2019-07-06)

##### Breaking
Expand Down
3 changes: 1 addition & 2 deletions Periphery.podspec
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
Pod::Spec.new do |spec|
spec.name = "Periphery"
spec.version = "1.5.0"
spec.version = "1.5.1"
spec.summary = "Eliminate Unused Swift Code."
spec.homepage = "https://github.com/peripheryapp/periphery"
spec.license = { :type => 'MIT', :file => 'LICENSE.md' }
spec.author = { "Ian Leitch" => "[email protected]" }
spec.social_media_url = "https://twitter.com/peripheryappcom"
spec.source = { :http => "#{spec.homepage}/releases/download/#{spec.version}/periphery-v#{spec.version}.zip" }
spec.preserve_paths = '*'
spec.platform = :osx, '10.14'
end
2 changes: 1 addition & 1 deletion Sources/PeripheryKit/Version.swift
Original file line number Diff line number Diff line change
@@ -1 +1 @@
public let PeripheryVersion = "1.5.0"
public let PeripheryVersion = "1.5.1"

0 comments on commit eb1c986

Please sign in to comment.