aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoranekos2009-05-05 21:50:56 +0000
committeranekos2009-05-05 21:50:56 +0000
commitb13fd8e96eb37623d352ecb9cc6e21860435c750 (patch)
tree2f64d3fbe842f1906b233da9c36614e35b8dac23
parentac69dbd182b8e3ad9f320da74fa0a5d1cfff8bc8 (diff)
downloadvimperator-plugins-b13fd8e96eb37623d352ecb9cc6e21860435c750.tar.bz2
PLUGIN_INFO 追加
git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@33089 d0d07461-0603-4401-acd4-de1884942a52
-rw-r--r--auto_reload.js5
1 files changed, 3 insertions, 2 deletions
diff --git a/auto_reload.js b/auto_reload.js
index 258452e..c959529 100644
--- a/auto_reload.js
+++ b/auto_reload.js
@@ -37,8 +37,9 @@ let PLUGIN_INFO =
<VimperatorPlugin>
<name>Auto Reload</name>
<name lang="ja">自動リロード</name>
- <description>ローカルのファイルを監視して、現在のページをリロードする</description>
- <version>0.0.1</version>
+ <description>Watch local file, and automatically reload current page when the file is modified.</description>
+ <description lang="ja">ローカルのファイルを監視して、現在のページをリロードする</description>
+ <version>1.0.0</version>
<author mail="anekos@snca.net" homepage="http://d.hatena.ne.jp/nokturnalmortum/">anekos</author>
<license>new BSD License (Please read the source code comments of this plugin)</license>
<license lang="ja">修正BSDライセンス (ソースコードのコメントを参照してください)</license>