From de1cbaea663787abe23d8ed7bbc7c26c9feb9d5c Mon Sep 17 00:00:00 2001 From: Daniel Saidi Date: Thu, 15 Dec 2022 11:40:03 +0100 Subject: [PATCH] Bump to 0.3.0 --- RichTextKit.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RichTextKit.podspec b/RichTextKit.podspec index d99e9714b..a3c9a0230 100644 --- a/RichTextKit.podspec +++ b/RichTextKit.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'RichTextKit' - s.version = '0.2.0' + s.version = '0.3.0' s.swift_versions = ['5.6'] s.summary = 'RichTextKit is a Swift-based library for working with rich text in UIKit, AppKit and SwiftUI.' s.description = 'RichTextKit is a Swift-based library for working with rich text in UIKit, AppKit and SwiftUI. It adds extensions to native types, new views and a great SwiftUI integrations.'