From 04b4cf78945d4cbec7efc849292ea1a6d44fe7be Mon Sep 17 00:00:00 2001 From: eddyverbruggen Date: Sat, 18 Feb 2017 21:24:18 +0100 Subject: [PATCH] bump --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index fa051c4..932c21f 100644 --- a/README.md +++ b/README.md @@ -276,6 +276,7 @@ The Android code was entirely created by me. For iOS most credits go to this excellent [Toast for iOS project by Charles Scalesse] (https://github.com/scalessec/Toast). ## 6. CHANGELOG +- 2.6.0: Windows support! - 2.5.2: Multi-line wrapping Toasts are now center aligned. - 2.5.1: You can now specify the `textSize` used in the font for iOS and Android. - 2.5.0: By popular demand: Specify the duration of the Toast on iOS and Android. Pass in `short` (2000ms), `long` (4000ms), or any nr of milliseconds: `900`.