Skip to content

Commit bbd9e1f

Browse files
committed
release 1.2.2
1 parent 1fdf5fe commit bbd9e1f

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Date+REExtensions
4646
```
4747
4848
## Usage
49-
[Link of Documents build by DocC](https://swiftpackageindex.com/reers/ReerKit/1.2.1/documentation/reerkit)
49+
[Link of Documents build by DocC](https://swiftpackageindex.com/reers/ReerKit/1.2.2/documentation/reerkit)
5050
5151
[Or click here to download the doccarchive file](https://gitee.com/phoenix19/cdn/raw/master/ReerKit.doccarchive.zip)
5252
@@ -82,7 +82,7 @@ XCode 15.4+
8282
<summary>Carthage</summary>
8383
</br>
8484
<p>To integrate ReerKit into your Xcode project using <a href="https://github.com/Carthage/Carthage">Carthage</a>, specify it in your `Cartfile`:</p>
85-
<pre><code class="ogdl language-ogdl">github "ReerKit/ReerKit" ~> 1.2.1
85+
<pre><code class="ogdl language-ogdl">github "ReerKit/ReerKit" ~> 1.2.2
8686
</code></pre>
8787
</details>
8888

@@ -95,7 +95,7 @@ let package = Package(
9595
name: "YOUR_PROJECT_NAME",
9696
targets: [],
9797
dependencies: [
98-
.package(url: "https://github.com/reers/ReerKit.git", from: "1.2.1")
98+
.package(url: "https://github.com/reers/ReerKit.git", from: "1.2.2")
9999
]
100100
)
101101
</code></pre>

README_CN.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Date+REExtensions
4444
```
4545
4646
## 使用文档
47-
[DocC 生成的文档链接](https://swiftpackageindex.com/reers/ReerKit/1.2.1/documentation/reerkit)
47+
[DocC 生成的文档链接](https://swiftpackageindex.com/reers/ReerKit/1.2.2/documentation/reerkit)
4848
4949
[或者点击这里下载 doccarchive 文件](https://gitee.com/phoenix19/cdn/raw/master/ReerKit.doccarchive.zip)
5050
@@ -80,7 +80,7 @@ XCode 15.4+
8080
<summary>Carthage</summary>
8181
</br>
8282
<p>要使用 <a href="https://github.com/Carthage/Carthage">Carthage</a> 将 ReerKit 集成到您的 Xcode 项目中,请在您的 <code>Cartfile</code> 中设置:</p>
83-
<pre><code class="ogdl language-ogdl">github "ReerKit/ReerKit" ~&gt; 1.2.1
83+
<pre><code class="ogdl language-ogdl">github "ReerKit/ReerKit" ~&gt; 1.2.2
8484
</code></pre>
8585
</details>
8686

@@ -93,7 +93,7 @@ let package = Package(
9393
name: "YOUR_PROJECT_NAME",
9494
targets: [],
9595
dependencies: [
96-
.package(url: "https://github.com/reers/ReerKit.git", from: "1.2.1")
96+
.package(url: "https://github.com/reers/ReerKit.git", from: "1.2.2")
9797
]
9898
)
9999
</code></pre>

ReerKit.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
Pod::Spec.new do |s|
1010

1111
s.name = "ReerKit"
12-
s.version = "1.2.1"
12+
s.version = "1.2.2"
1313
s.summary = "Collections of Swift extensions and utils."
1414

1515
s.description = <<-DESC

0 commit comments

Comments
 (0)