From 2de3536009a6f9ba88344a612ed219e2eb99ca2f Mon Sep 17 00:00:00 2001 From: Pavel Sharanda Date: Sat, 10 Feb 2024 22:41:40 +0000 Subject: [PATCH] Bump version to 5.0.5 --- Atributika.podspec | 2 +- AtributikaViews.podspec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Atributika.podspec b/Atributika.podspec index f020501..b4d720f 100644 --- a/Atributika.podspec +++ b/Atributika.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "Atributika" - s.version = "5.0.3" + s.version = "5.0.5" s.summary = "Convert text with HTML tags, hashtags, mentions, links into NSAttributedString." s.description = <<-DESC `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. diff --git a/AtributikaViews.podspec b/AtributikaViews.podspec index 63dc35a..10fc14e 100644 --- a/AtributikaViews.podspec +++ b/AtributikaViews.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "AtributikaViews" - s.version = "5.0.3" + s.version = "5.0.5" s.summary = "UILabel drop-in replacement." s.description = <<-DESC `Atributika` comes with drop-in label replacement `AttributedLabel` which is able to make any detection clickable.