File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ Or add the following to your `Package.swift` file:
6666dependencies: [
6767 .package (
6868 url : " https://github.com/RakuyoKit/RaAPIWrapper.git" ,
69- .upToNextMajor (from : " 1.1.0 " )
69+ .upToNextMajor (from : " 1.1.1 " )
7070 )
7171]
7272```
Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ pod 'RaAPIWrapper'
6363dependencies: [
6464 .package (
6565 url : " https://github.com/RakuyoKit/RaAPIWrapper.git" ,
66- .upToNextMajor (from : " 1.1.0 " )
66+ .upToNextMajor (from : " 1.1.1 " )
6767 )
6868]
6969```
Original file line number Diff line number Diff line change @@ -5,19 +5,19 @@ Pod::Spec.new do |s|
55
66 s . name = 'RaAPIWrapper'
77
8- s . version = '1.1.0 '
8+ s . version = '1.1.1 '
99
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.'
1313
14- s . homepage = 'https://github.com/rakuyoMo /RaAPIWrapper'
14+ s . homepage = 'https://github.com/RakuyoKit /RaAPIWrapper'
1515
1616 s . license = 'MIT'
1717
1818 s . author = { 'Rakuyo' => 'rakuyo.mo@gmail.com' }
1919
20- s . source = { :git => 'https://github.com/rakuyoMo /RaAPIWrapper.git' , :tag => s . version . to_s }
20+ s . source = { :git => 'https://github.com/RakuyoKit /RaAPIWrapper.git' , :tag => s . version . to_s }
2121
2222 s . requires_arc = true
2323
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ release(){
2929
3030 git_message=" [Release] version: $version "
3131
32- git add . && git commit -m $git_message
32+ git add . && git commit -m " $git_message "
3333
3434 git checkout main
3535 git merge --no-ff -m ' Merge branch ' $release_branch ' ' $release_branch
You can’t perform that action at this time.
0 commit comments