Skip to content

Commit 8b00f12

Browse files
authored
bump version 1.1.1 (#78)
1 parent 5dd1b07 commit 8b00f12

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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: 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 = "RichEditorSwiftUI"
3-
s.version = "1.0.0"
3+
s.version = "1.1.1"
44
s.summary = "Rich text editing, SwiftUI rich text editor library."
55

66
s.description = <<-DESC

0 commit comments

Comments
 (0)