Skip to content

Commit 04d0f72

Browse files
committed
bump version 1.1.1
1 parent a7eab10 commit 04d0f72

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ dependencies: [
110110
[CocoaPods][] is a dependency manager for Cocoa projects. For usage and installation instructions, visit their website. To integrate RichEditorSwiftUI into your Xcode project using CocoaPods, specify it in your Podfile:
111111

112112
target 'YourAppName' do
113-
pod 'RichEditorSwiftUI', '~> 1.1.0'
113+
pod 'RichEditorSwiftUI', '~> 1.1.1'
114114
end
115115

116116
[CocoaPods]: https://cocoapods.org

RichEditorSwiftUI.podspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
2-
s.name = 'RichEditorSwiftUI'
3-
s.version = '1.0.0'
4-
s.summary = 'Powerful WYSIWYG Rich editor for SwiftUI.'
2+
s.name = "RichEditorSwiftUI"
3+
s.version = "1.1.1"
4+
s.summary = "Rich text editing, SwiftUI rich text editor library."
55

66
s.description = <<-DESC
77
Wrapper around UITextView to support Rich text editing in SwiftUI.

0 commit comments

Comments
 (0)