Skip to content

Commit 45abb68

Browse files
committed
release: 1.1.5
1 parent 415aa2d commit 45abb68

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
@@ -44,7 +44,7 @@ Date+REExtensions
4444
```
4545
4646
## Usage
47-
[Link of Documents build by DocC](https://swiftpackageindex.com/reers/ReerKit/1.1.3/documentation/reerkit)
47+
[Link of Documents build by DocC](https://swiftpackageindex.com/reers/ReerKit/1.1.5/documentation/reerkit)
4848
4949
[Or click here to download the doccarchive file](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>To integrate ReerKit into your Xcode project using <a href="https://github.com/Carthage/Carthage">Carthage</a>, specify it in your `Cartfile`:</p>
83-
<pre><code class="ogdl language-ogdl">github "ReerKit/ReerKit" ~> 1.1.3
83+
<pre><code class="ogdl language-ogdl">github "ReerKit/ReerKit" ~> 1.1.5
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.1.3")
96+
.package(url: "https://github.com/reers/ReerKit.git", from: "1.1.5")
9797
]
9898
)
9999
</code></pre>

README_CN.md

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

@@ -91,7 +91,7 @@ let package = Package(
9191
name: "YOUR_PROJECT_NAME",
9292
targets: [],
9393
dependencies: [
94-
.package(url: "https://github.com/reers/ReerKit.git", from: "1.1.3")
94+
.package(url: "https://github.com/reers/ReerKit.git", from: "1.1.5")
9595
]
9696
)
9797
</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.1.3"
12+
s.version = "1.1.5"
1313
s.summary = "Collections of Swift extensions and utils."
1414

1515
s.description = <<-DESC

0 commit comments

Comments
 (0)