From 0a233e7f19fe50d156ec79e4adf042cf0e2a5d16 Mon Sep 17 00:00:00 2001 From: Zac West Date: Sun, 12 May 2019 13:19:16 -0700 Subject: [PATCH] Version up in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f8b30dd..ceb342a 100644 --- a/README.md +++ b/README.md @@ -235,8 +235,8 @@ If any of your composed strings contain a `<` character without being in a tag, ZSWTaggedString is available through [CocoaPods](http://cocoapods.org). Add the following line to your Podfile: ```ruby -pod "ZSWTaggedString", "~> 4.1" -pod "ZSWTaggedString/Swift", "~> 4.1" # Optional, for Swift support +pod "ZSWTaggedString", "~> 4.2" +pod "ZSWTaggedString/Swift", "~> 4.2" # Optional, for Swift support ``` ## License