Skip to content

Commit b8a6bd7

Browse files
committed
[Release] version: 1.2.4
1 parent 11b2578 commit b8a6bd7

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ Or add the following to your `Package.swift` file:
6969
dependencies: [
7070
.package(
7171
url: "https://github.com/RakuyoKit/RaAPIWrapper.git",
72-
.upToNextMajor(from: "1.2.3")
72+
.upToNextMajor(from: "1.2.4")
7373
)
7474
]
7575
```

README_CN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ pod 'RaAPIWrapper'
6666
dependencies: [
6767
.package(
6868
url: "https://github.com/RakuyoKit/RaAPIWrapper.git",
69-
.upToNextMajor(from: "1.2.3")
69+
.upToNextMajor(from: "1.2.4")
7070
)
7171
]
7272
```

RaAPIWrapper.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ Pod::Spec.new do |s|
55

66
s.name = 'RaAPIWrapper'
77

8-
s.version = '1.2.3'
9-
8+
s.version = '1.2.4'
9+
1010
s.summary = 'Makes it easier to define a network request.'
1111

1212
s.description = 'Use `@propertyWrapper to provide the necessary data for network requests in a more aggregated form.'

0 commit comments

Comments
 (0)