Version 0.1.1

This commit is contained in:
Yasuhiro Hatta 2016-06-11 18:40:12 +09:00
parent 83623f140b
commit c8dd3b1aa3
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
Pod::Spec.new do |s| Pod::Spec.new do |s|
s.name = 'CSV.swift' s.name = 'CSV.swift'
s.version = '0.1.0' s.version = '0.1.1'
s.license = 'MIT' s.license = 'MIT'
s.summary = 'CSV reading library written in Swift.' s.summary = 'CSV reading library written in Swift.'
s.homepage = 'https://github.com/yaslab/CSV.swift' s.homepage = 'https://github.com/yaslab/CSV.swift'

View File

@ -15,7 +15,7 @@
<key>CFBundlePackageType</key> <key>CFBundlePackageType</key>
<string>FMWK</string> <string>FMWK</string>
<key>CFBundleShortVersionString</key> <key>CFBundleShortVersionString</key>
<string>0.1.0</string> <string>0.1.1</string>
<key>CFBundleSignature</key> <key>CFBundleSignature</key>
<string>????</string> <string>????</string>
<key>CFBundleVersion</key> <key>CFBundleVersion</key>