Skip to content

Commit

Permalink
Merge pull request #57 from yaslab/release-2.2.1
Browse files Browse the repository at this point in the history
Bump version 2.2.1
  • Loading branch information
yaslab committed Apr 22, 2018
2 parents 1c40a3b + 22fd4ee commit 032be42
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
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'CSV.swift'
s.version = '2.2.0'
s.version = '2.2.1'
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
Expand Up @@ -141,19 +141,19 @@ csv.stream.close()
### CocoaPods

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

### Carthage

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

### Swift Package Manager

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

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

0 comments on commit 032be42

Please sign in to comment.