Skip to content

Commit fe82c51

Browse files
committed
Bump version to 5.0.4
1 parent a455638 commit fe82c51

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Atributika.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "Atributika"
3-
s.version = "5.0.3"
3+
s.version = "5.0.5"
44
s.summary = "Convert text with HTML tags, hashtags, mentions, links into NSAttributedString."
55
s.description = <<-DESC
66
`Atributika` is an effortless to build NSAttributedString. It is able to detect HTML-like tags, links, phone numbers, hashtags, any regex or even standard ios data detectors and style them with various attributes like font, color, etc.

AtributikaViews.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "AtributikaViews"
3-
s.version = "5.0.3"
3+
s.version = "5.0.5"
44
s.summary = "UILabel drop-in replacement."
55
s.description = <<-DESC
66
`Atributika` comes with drop-in label replacement `AttributedLabel` which is able to make any detection clickable.

0 commit comments

Comments
 (0)