Skip to content

Commit ad5caf3

Browse files
Update .swift-version file to 4.2 (#191)
1 parent de26562 commit ad5caf3

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.swift-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4.0
1+
4.2

DropDown.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22

33
s.name = "DropDown"
4-
s.version = "2.3.3"
4+
s.version = "2.3.4"
55
s.summary = "A Material Design drop down"
66

77
s.description = <<-DESC

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

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

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

2424
`DropDown` supports Swift 4.2.
2525

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

3131
### CocoaPods
3232

0 commit comments

Comments
 (0)