File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ To use [Swift Package Manager](https://swift.org/package-manager/) add Surge to
50
50
let package = Package (
51
51
name : " myproject" ,
52
52
dependencies : [
53
- .package (url : " https://github.com/Jounce/Surge.git" , .upToNextMajor (from : " 2.3.0 " )),
53
+ .package (url : " https://github.com/Jounce/Surge.git" , .upToNextMajor (from : " 2.3.1 " )),
54
54
],
55
55
targets : [
56
56
.target (
@@ -72,7 +72,7 @@ platform :ios, '10.0'
72
72
use_frameworks!
73
73
74
74
target ' <Your Target Name>' do
75
- pod ' Surge' , ' ~> 2.3.0 '
75
+ pod ' Surge' , ' ~> 2.3.1 '
76
76
end
77
77
```
78
78
@@ -83,7 +83,7 @@ Then run `pod install`.
83
83
To use [ Carthage] ( https://github.com/Carthage/Carthage ) add Surge to your ` Cartfile ` :
84
84
85
85
``` ruby
86
- github " Jounce/Surge" ~ > 2.3 .0
86
+ github " Jounce/Surge" ~ > 2.3 .1
87
87
```
88
88
89
89
Then run ` carthage update ` and use the framework in ` Carthage/Build/<platform> ` .
Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
s . name = 'Surge'
3
- s . version = '2.3.0 '
3
+ s . version = '2.3.1 '
4
4
s . license = 'MIT'
5
5
s . summary = 'Swift + Accelerate'
6
6
s . homepage = 'https://github.com/Jounce/Surge'
You can’t perform that action at this time.
0 commit comments