Skip to content

Commit

Permalink
Bump to 2.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
iwb-kevin-hirsch committed Apr 21, 2018
1 parent 2b75f98 commit dc69b3d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DropDown/src/DropDown.swift
Original file line number Diff line number Diff line change
Expand Up @@ -1107,7 +1107,7 @@ extension DropDown {
Starts listening to keyboard events.
Allows the drop down to display correctly when keyboard is showed.
*/
public static func startListeningToKeyboard() {
@objc public static func startListeningToKeyboard() {
KeyboardListener.sharedInstance.startListeningToKeyboard()
}

Expand Down
2 changes: 1 addition & 1 deletion 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.1-green.svg?style=flat)](https://github.com/AssistoLab/DropDown)
[![Version](http://img.shields.io/badge/version-2.3.2-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 Down

0 comments on commit dc69b3d

Please sign in to comment.