Skip to content

Commit

Permalink
Update to 2.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
szweier committed Feb 15, 2020
1 parent d5245b1 commit d2e718a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Change Log

## [2.1.3](https://github.com/szweier/SZMentionsSwift/releases/tag/2.1.3) (2/14/2020)

#### Fixed
* Deleting multiple mentions - [Issue #126](https://github.com/szweier/SZMentionsSwift/issues/126)

## [2.1.2](https://github.com/szweier/SZMentionsSwift/releases/tag/2.1.2) (10/25/2019)

#### Added
Expand Down
4 changes: 2 additions & 2 deletions SZMentionsExample/Cocoapods/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PODS:
- SZMentionsSwift (2.1.2)
- SZMentionsSwift (2.1.3)

DEPENDENCIES:
- SZMentionsSwift (from `../..`)
Expand All @@ -9,7 +9,7 @@ EXTERNAL SOURCES:
:path: "../.."

SPEC CHECKSUMS:
SZMentionsSwift: 2adfa76526634e519418a71e0bb364b1cbf62a6f
SZMentionsSwift: 1d9d4bf8bfc234c8d8bd79f480947663a096200c

PODFILE CHECKSUM: b74875cf81517cb6832e0ce87d2f00a682d4664d

Expand Down
2 changes: 1 addition & 1 deletion SZMentionsSwift.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "SZMentionsSwift"
s.version = "2.1.2"
s.version = "2.1.3"
s.summary = "Highly customizable mentions library"
s.description = "Mentions library used to help manage mentions in a UITextView"
s.homepage = "http://www.stevenzweier.com"
Expand Down

0 comments on commit d2e718a

Please sign in to comment.