Skip to content

Commit 5bb5f10

Browse files
committed
Bump 1.1.0
1 parent 1835fb3 commit 5bb5f10

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -70,12 +70,12 @@ The editor offers the following <b>options</b>:
7070
## mac Editor video
7171

7272
<div align="center">
73-
<video src="https://github.com/user-attachments/assets/844d8843-41e9-44c2-8a0c-afedaa55c5cb" />
73+
<video src="https://github.com/user-attachments/assets/844d8843-41e9-44c2-8a0c-afedaa55c5cb" width="90%"/>
7474
</div>
7575

7676
## Editor video
7777
<div align="center">
78-
<video src="https://github.com/user-attachments/assets/f99804fb-8612-4e46-b172-66567d1acf91" />
78+
<video src="https://github.com/user-attachments/assets/f99804fb-8612-4e46-b172-66567d1acf91" width="90%"/>
7979
</div>
8080

8181
## Installation
@@ -88,7 +88,7 @@ Once you have your Swift package set up, adding RichEditorSwiftUI as a dependenc
8888

8989
```swift
9090
dependencies: [
91-
.package(url: "https://github.com/canopas/rich-editor-swiftui.git", .upToNextMajor(from: "1.0.0"))
91+
.package(url: "https://github.com/canopas/rich-editor-swiftui.git", .upToNextMajor(from: "1.1.0"))
9292
]
9393
```
9494

@@ -97,7 +97,7 @@ dependencies: [
9797
[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:
9898

9999
target 'YourAppName' do
100-
pod 'RichEditorSwiftUI', '~> 1.0.0'
100+
pod 'RichEditorSwiftUI', '~> 1.1.0'
101101
end
102102

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

0 commit comments

Comments
 (0)