diff options
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> |