Skip to content

Commit

Permalink
Merge pull request #75 from yaslab/release-2.3.0
Browse files Browse the repository at this point in the history
Release 2.3.0
  • Loading branch information
yaslab committed Dec 1, 2018
2 parents c18ee80 + 2df12cd commit 521b6c1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CSV.swift.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'CSV.swift'
s.version = '2.2.1'
s.version = '2.3.0'
s.license = 'MIT'
s.summary = 'CSV reading and writing library written in Swift.'
s.homepage = 'https://github.com/yaslab/CSV.swift'
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -170,19 +170,19 @@ csv.stream.close()
### CocoaPods

```ruby
pod 'CSV.swift', '~> 2.2.1'
pod 'CSV.swift', '~> 2.3.0'
```

### Carthage

```
github "yaslab/CSV.swift" ~> 2.2.1
github "yaslab/CSV.swift" ~> 2.3.0
```

### Swift Package Manager

```swift
.package(url: "https://github.com/yaslab/CSV.swift.git", .upToNextMinor(from: "2.2.1"))
.package(url: "https://github.com/yaslab/CSV.swift.git", .upToNextMinor(from: "2.3.0"))
```

## Reference specification
Expand Down
2 changes: 1 addition & 1 deletion Sources/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>2.2.1</string>
<string>2.3.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down

0 comments on commit 521b6c1

Please sign in to comment.