Skip to content

Commit 7622f68

Browse files
committed
Merge branch release/1.2.3
2 parents 5c2091b + 0661d37 commit 7622f68

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

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.2")
72+
.upToNextMajor(from: "1.2.3")
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.2")
69+
.upToNextMajor(from: "1.2.3")
7070
)
7171
]
7272
```

RaAPIWrapper.podspec

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

66
s.name = 'RaAPIWrapper'
77

8-
s.version = '1.2.2'
8+
s.version = '1.2.3'
99

1010
s.summary = 'Makes it easier to define a network request.'
1111

@@ -42,7 +42,7 @@ Pod::Spec.new do |s|
4242
cs.source_files = 'Sources/Alamofire/*'
4343

4444
cs.dependency "RaAPIWrapper/Core"
45-
cs.dependency "Alamofire", "~> 5.8.0"
45+
cs.dependency "Alamofire", '>= 5.8.0', '< 6.0.0'
4646
end
4747

4848
end

0 commit comments

Comments
 (0)