diff --git a/README.md b/README.md index 4b640d8..0bc3115 100644 --- a/README.md +++ b/README.md @@ -3,15 +3,6 @@ Roundcube Webmail Swipe This plugin adds left/right/down swipe actions to entries in the the message list on touch devices (tables/phones). -ATTENTION ---------- -This is just a snapshot from the GIT repository and is **NOT A STABLE version -of Swipe**. It is Intended for use with the **GIT-master** version of -Roundcube and it may not be compatible with older versions. Stable versions of -Swipe are available from the [Roundcube plugin repository][rcplugrepo] -(for 1.4 and above) or the [releases section][releases] of the GitHub -repository. - License ------- This plugin is released under the [GNU General Public License Version 3+][gpl]. diff --git a/composer.json b/composer.json index 3800f23..4cdcc30 100644 --- a/composer.json +++ b/composer.json @@ -5,7 +5,7 @@ "homepage": "https://github.com/johndoh/roundcube-swipe/", "license": "GPL-3.0", "type": "roundcube-plugin", - "version": "0.2-git", + "version": "0.2", "authors": [ { "name": "Philip Weir",