diff --git a/README.md b/README.md index dc9970e..0d0325f 100644 --- a/README.md +++ b/README.md @@ -273,6 +273,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.1: [iOS view hierarcy fix](#112). - 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. diff --git a/package.json b/package.json index d7a67bd..a95da19 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cordova-plugin-x-toast", - "version": "2.6.0", + "version": "2.6.1", "description": "This plugin allows you to show a Toast. A Toast is a little non intrusive buttonless popup which automatically disappears.", "cordova": { "id": "cordova-plugin-x-toast", diff --git a/plugin.xml b/plugin.xml index 500d320..7bc8362 100755 --- a/plugin.xml +++ b/plugin.xml @@ -1,8 +1,7 @@ + version="2.6.1"> Toast @@ -80,7 +79,7 @@ - + @@ -90,5 +89,5 @@ - +