Skip to content

Commit

Permalink
bump version 1.1.1 (#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
cp-divyesh-v authored Jan 1, 2025
1 parent 5dd1b07 commit 8b00f12
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ dependencies: [
[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:

target 'YourAppName' do
pod 'RichEditorSwiftUI', '~> 1.1.0'
pod 'RichEditorSwiftUI', '~> 1.1.1'
end

[CocoaPods]: https://cocoapods.org
Expand Down
2 changes: 1 addition & 1 deletion RichEditorSwiftUI.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "RichEditorSwiftUI"
s.version = "1.0.0"
s.version = "1.1.1"
s.summary = "Rich text editing, SwiftUI rich text editor library."

s.description = <<-DESC
Expand Down

0 comments on commit 8b00f12

Please sign in to comment.