diff options
author | snaka | 2009-06-14 16:49:51 +0000 |
---|---|---|
committer | snaka | 2009-06-14 16:49:51 +0000 |
commit | 47897825d511d67acb817b62dce13d9b0bb3346f (patch) | |
tree | 7cfd308a9e254f60bc9e5b9d339e308c37a0ee5e /twitter.js | |
parent | 26d3bdab37bf7260520f7138835a9e0d09945f50 (diff) | |
download | vimperator-plugins-47897825d511d67acb817b62dce13d9b0bb3346f.tar.bz2 |
Add Version element in PLUGIN_INFO.
git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@33972 d0d07461-0603-4401-acd4-de1884942a52
Diffstat (limited to 'twitter.js')
-rw-r--r-- | twitter.js | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -22,6 +22,7 @@ let PLUGIN_INFO = <VimperatorPlugin> <name>{NAME}</name> <description>The script allows you to update Twitter status from Vimperator 0.6.*.</description> +<version>0</version> <updateURL>http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk/twitter.js</updateURL> <author>Trapezoid</author> <license>Creative Commons</license> |