Skip to content

Commit

Permalink
bump version 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cp-divyesh-v committed Jan 1, 2025
1 parent a7eab10 commit be7c3e2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: Release
on:
push:
branches:
- master
- main

jobs:
build:
Expand Down
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
6 changes: 3 additions & 3 deletions RichEditorSwiftUI.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|
s.name = 'RichEditorSwiftUI'
s.version = '1.0.0'
s.summary = 'Powerful WYSIWYG Rich editor for SwiftUI.'
s.name = "RichEditorSwiftUI"
s.version = "1.1.1"
s.summary = "Rich text editing, SwiftUI rich text editor library."

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

0 comments on commit be7c3e2

Please sign in to comment.