Skip to content

Commit

Permalink
Release 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ileitch committed Nov 18, 2020
1 parent 6a68cba commit e87820c
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
16 changes: 15 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,23 @@

##### Bug Fixes

- None.

## 2.1.1 (2020-11-18)

##### Breaking

- None.

##### Enhancements

- None.

##### Bug Fixes

- IBOutlets and IBActions that reside in a base class that are referenced only via a subclass are now retained.

## 2.1.0 (2020-14-10)
## 2.1.0 (2020-11-14)

##### Breaking

Expand Down
2 changes: 1 addition & 1 deletion Periphery.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = "Periphery"
spec.version = "2.1.0"
spec.version = "2.1.1"
spec.summary = "Eliminate Unused Swift Code."
spec.homepage = "https://github.com/peripheryapp/periphery"
spec.license = { :type => 'MIT', :file => 'LICENSE.md' }
Expand Down
2 changes: 1 addition & 1 deletion Sources/Frontend/Version.swift
Original file line number Diff line number Diff line change
@@ -1 +1 @@
public let PeripheryVersion = "2.1.0"
public let PeripheryVersion = "2.1.1"

0 comments on commit e87820c

Please sign in to comment.