File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ Or add the following to your `Package.swift` file:
69
69
dependencies: [
70
70
.package (
71
71
url : " https://github.com/RakuyoKit/RaAPIWrapper.git" ,
72
- .upToNextMajor (from : " 1.2.3 " )
72
+ .upToNextMajor (from : " 1.2.4 " )
73
73
)
74
74
]
75
75
```
Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ pod 'RaAPIWrapper'
66
66
dependencies: [
67
67
.package (
68
68
url : " https://github.com/RakuyoKit/RaAPIWrapper.git" ,
69
- .upToNextMajor (from : " 1.2.3 " )
69
+ .upToNextMajor (from : " 1.2.4 " )
70
70
)
71
71
]
72
72
```
Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ Pod::Spec.new do |s|
5
5
6
6
s . name = 'RaAPIWrapper'
7
7
8
- s . version = '1.2.3 '
9
-
8
+ s . version = '1.2.4 '
9
+
10
10
s . summary = 'Makes it easier to define a network request.'
11
11
12
12
s . description = 'Use `@propertyWrapper to provide the necessary data for network requests in a more aggregated form.'
You can’t perform that action at this time.
0 commit comments