diff options
author | anekos | 2010-12-03 16:45:00 +0900 |
---|---|---|
committer | anekos | 2010-12-03 16:45:00 +0900 |
commit | 6fa7de1eb12c23cf185661a7b8709d1b300d20d5 (patch) | |
tree | 75b3e32b126ac8daac47864f2c51bb60bfa9c742 /statstat.js | |
parent | c9bb104ea328a2c97f772575ef8e2aaf0cde0dd8 (diff) | |
download | vimperator-plugins-6fa7de1eb12c23cf185661a7b8709d1b300d20d5.tar.bz2 |
Fix followed version info
Diffstat (limited to 'statstat.js')
-rw-r--r-- | statstat.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/statstat.js b/statstat.js index 29f55a2..170b304 100644 --- a/statstat.js +++ b/statstat.js @@ -44,8 +44,8 @@ let PLUGIN_INFO = <license>new BSD License (Please read the source code comments of this plugin)</license> <license lang="ja">修正BSDライセンス (ソースコードのコメントを参照してください)</license> <updateURL>https://github.com/vimpr/vimperator-plugins/raw/master/statstat.js</updateURL> - <minVersion>2.4</minVersion> - <maxVersion>2.4</maxVersion> + <minVersion>3.0</minVersion> + <maxVersion>3.0</maxVersion> <detail><![CDATA[ Usage: :statstat <JS_EXPRESSION> @@ -62,7 +62,7 @@ let INFO = xmlns="http://vimperator.org/namespaces/liberator"> <author email="anekos@snca.net">anekos</author> <license>New BSD License</license> - <project name="Vimperator" minVersion="2.0"/> + <project name="Vimperator" minVersion="3.0" maxVersion="3.0"/> <p> </p> <item> |