Skip to content

Commit

Permalink
Update .swift-version file to 4.2 (#191)
Browse files Browse the repository at this point in the history
  • Loading branch information
iwb-kevin-hirsch committed Sep 24, 2018
1 parent de26562 commit ad5caf3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .swift-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.0
4.2
2 changes: 1 addition & 1 deletion DropDown.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.name = "DropDown"
s.version = "2.3.3"
s.version = "2.3.4"
s.summary = "A Material Design drop down"

s.description = <<-DESC
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[![Twitter: @kevinh6113](http://img.shields.io/badge/contact-%40kevinh6113-70a1fb.svg?style=flat)](https://twitter.com/kevinh6113)
[![License: MIT](http://img.shields.io/badge/license-MIT-70a1fb.svg?style=flat)](https://github.com/AssistoLab/DropDown/blob/master/README.md)
[![Version](http://img.shields.io/badge/version-2.3.3-green.svg?style=flat)](https://github.com/AssistoLab/DropDown)
[![Version](http://img.shields.io/badge/version-2.3.4-green.svg?style=flat)](https://github.com/AssistoLab/DropDown)
[![Cocoapods](http://img.shields.io/badge/Cocoapods-available-green.svg?style=flat)](http://cocoadocs.org/docsets/DropDown/)
[![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage)

Expand All @@ -23,10 +23,10 @@ To install [CocoaPods](http://www.cocoapods.org), run `sudo gem install cocoapod

`DropDown` supports Swift 4.2.

If you need Swift 4.0, use version 2.3.2:
- Manually: use commit `dc69b3d`
- CocoaPods: `pod 'DropDown', '~> 2.3.2'`
- Carthage: `github "AssistoLab/DropDown" ~> 2.3.2`
If you need Swift 4.0, use version 2.3.3:
- Manually: use tag `2.3.3`
- CocoaPods: `pod 'DropDown', '~> 2.3.3'`
- Carthage: `github "AssistoLab/DropDown" ~> 2.3.3`

### CocoaPods

Expand Down

0 comments on commit ad5caf3

Please sign in to comment.