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:
6969dependencies: [
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```
Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ pod 'RaAPIWrapper'
6666dependencies: [
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```
Original file line number Diff line number Diff 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.'
You can’t perform that action at this time.
0 commit comments