From dc69b3d8a421cf258982d74fee88dd102c2a0fee Mon Sep 17 00:00:00 2001
From: Kevin Hirsch <kevin.hirsch@immoweb.be>
Date: Sat, 21 Apr 2018 08:15:49 +0200
Subject: [PATCH] Bump to 2.3.2

---
 DropDown/src/DropDown.swift | 2 +-
 README.md                   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/DropDown/src/DropDown.swift b/DropDown/src/DropDown.swift
index 6f92889..0ecc69f 100644
--- a/DropDown/src/DropDown.swift
+++ b/DropDown/src/DropDown.swift
@@ -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()
 	}
 
diff --git a/README.md b/README.md
index cf6763f..a5aa9c1 100644
--- a/README.md
+++ b/README.md
@@ -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)