diff options
author | suVene | 2008-12-20 16:29:22 +0000 |
---|---|---|
committer | suVene | 2008-12-20 16:29:22 +0000 |
commit | 3f6ec602291c7dd3c940ebffca09e4a9c2ec28fc (patch) | |
tree | d6ea4f61a5db9d428a6dd95ea38f85ce8aa997ab | |
parent | 516b13e4a197ac9c98d35b0e558c281dbd099140 (diff) | |
download | vimperator-plugins-3f6ec602291c7dd3c940ebffca09e4a9c2ec28fc.tar.bz2 |
add <updateURL> for pluginManager.js [27131]
git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/branches/1.2@27132 d0d07461-0603-4401-acd4-de1884942a52
-rw-r--r-- | multi_requester.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/multi_requester.js b/multi_requester.js index 239094f..6d1bf3c 100644 --- a/multi_requester.js +++ b/multi_requester.js @@ -5,9 +5,10 @@ var PLUGIN_INFO = <description>request, and the result is displayed to the buffer.</description> <description lang="ja">リクエストの結果をバッファに出力する。</description> <author mail="suvene@zeromemory.info" homepage="http://zeromemory.sblo.jp/">suVene</author> - <version>0.4.6</version> + <version>0.4.7</version> <minVersion>1.2</minVersion> <maxVersion>1.2</maxVersion> + <updateURL>http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/branches/1.2/multi_requester.js</updateURL> <detail><![CDATA[ == Needs Library == - _libly.js(ver.0.1.11) |