diff options
author | anekos | 2009-05-05 21:50:56 +0000 |
---|---|---|
committer | anekos | 2009-05-05 21:50:56 +0000 |
commit | b13fd8e96eb37623d352ecb9cc6e21860435c750 (patch) | |
tree | 2f64d3fbe842f1906b233da9c36614e35b8dac23 /auto_reload.js | |
parent | ac69dbd182b8e3ad9f320da74fa0a5d1cfff8bc8 (diff) | |
download | vimperator-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
Diffstat (limited to 'auto_reload.js')
-rw-r--r-- | auto_reload.js | 5 |
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> |