Skip to content

Commit d5eda14

Browse files
committed
release: 0.1.1
1 parent d1989aa commit d5eda14

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@ REText is a high-performance text framework built from the ground up in Swift, i
1919

2020
```swift
2121
dependencies: [
22-
.package(url: "https://github.com/reers/REText.git", from: "0.1.0")
22+
.package(url: "https://github.com/reers/REText.git", from: "0.1.1")
2323
]
2424
```
2525

2626
### CocoaPods
2727

2828
```ruby
29-
pod 'REText', '~> 0.1.0'
29+
pod 'REText', '~> 0.1.1'
3030
```
3131

3232
## Quick Start

README_CN.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@ REText 是一个高性能的文本框架,完全基于 Swift 构建,基于 [M
1717

1818
```swift
1919
dependencies: [
20-
.package(url: "https://github.com/reers/REText.git", from: "0.1.0")
20+
.package(url: "https://github.com/reers/REText.git", from: "0.1.1")
2121
]
2222
```
2323

2424
### CocoaPods
2525

2626
```ruby
27-
pod 'REText', '~> 0.1.0'
27+
pod 'REText', '~> 0.1.1'
2828
```
2929

3030
## 快速开始

REText.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
Pod::Spec.new do |s|
1010
s.name = 'REText'
11-
s.version = '0.1.0'
11+
s.version = '0.1.1'
1212
s.summary = 'A modern Swift framework with enhanced text rendering'
1313

1414
s.description = <<-DESC

0 commit comments

Comments
 (0)