Skip to content

Commit 372ba28

Browse files
committed
Bump version to 2.3.1
1 parent 807d73e commit 372ba28

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ To use [Swift Package Manager](https://swift.org/package-manager/) add Surge to
5050
let package = Package(
5151
name: "myproject",
5252
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")),
5454
],
5555
targets: [
5656
.target(
@@ -72,7 +72,7 @@ platform :ios, '10.0'
7272
use_frameworks!
7373

7474
target '<Your Target Name>' do
75-
pod 'Surge', '~> 2.3.0'
75+
pod 'Surge', '~> 2.3.1'
7676
end
7777
```
7878

@@ -83,7 +83,7 @@ Then run `pod install`.
8383
To use [Carthage](https://github.com/Carthage/Carthage) add Surge to your `Cartfile`:
8484

8585
```ruby
86-
github "Jounce/Surge" ~> 2.3.0
86+
github "Jounce/Surge" ~> 2.3.1
8787
```
8888

8989
Then run `carthage update` and use the framework in `Carthage/Build/<platform>`.

Surge.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'Surge'
3-
s.version = '2.3.0'
3+
s.version = '2.3.1'
44
s.license = 'MIT'
55
s.summary = 'Swift + Accelerate'
66
s.homepage = 'https://github.com/Jounce/Surge'

0 commit comments

Comments
 (0)