Skip to content

Commit

Permalink
Bump version num
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeehut committed Dec 17, 2016
1 parent e658a81 commit de3f77c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CSVImporter.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.name = "CSVImporter"
s.version = "1.3.1"
s.version = "1.4.0"
s.summary = "Import CSV files line by line with ease."

s.description = <<-DESC
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
alt="codebeat badge">
</a>
<a href="https://github.com/Flinesoft/CSVImporter/releases">
<img src="https://img.shields.io/badge/Version-1.3.1-blue.svg"
alt="Version: 1.3.1">
<img src="https://img.shields.io/badge/Version-1.4.0-blue.svg"
alt="Version: 1.4.0">
</a>
<img src="https://img.shields.io/badge/Swift-3-FFAC45.svg"
alt="Swift: 3">
Expand Down Expand Up @@ -56,7 +56,7 @@ You can of course also just include this framework manually into your project by
Simply add this line to your Cartfile:

```
github "Flinesoft/CSVImporter" ~> 1.3
github "Flinesoft/CSVImporter" ~> 1.4
```

And run `carthage update`. Then drag & drop the HandySwift.framework in the Carthage/build folder to your project. Also do the same with the dependent frameworks `Filekit` and `HandySwift`. Now you can `import CSVImporter` in each class you want to use its features. Refer to the [Carthage README](https://github.com/Carthage/Carthage#adding-frameworks-to-an-application) for detailed / updated instructions.
Expand All @@ -71,7 +71,7 @@ platform :ios, '8.0'
use_frameworks!

target 'MyAppTarget' do
pod 'CSVImporter', '~> 1.3'
pod 'CSVImporter', '~> 1.4'
end
```

Expand Down
2 changes: 1 addition & 1 deletion Sources/Supporting Files/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>1.3.1</string>
<string>1.4.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down

0 comments on commit de3f77c

Please sign in to comment.