diff options
author | suVene | 2008-12-20 16:29:22 +0000 |
---|---|---|
committer | suVene | 2008-12-20 16:29:22 +0000 |
commit | 3b4685a15d262334187557a67f6f2300620d88b1 (patch) | |
tree | 625e054c4157a385d251e34b57fdb377d4d485d2 /notifier.js | |
parent | 8a8fc8086e7a9d125a56b7adbde29a61222ae177 (diff) | |
download | vimperator-plugins-3b4685a15d262334187557a67f6f2300620d88b1.tar.bz2 |
add <updateURL> for pluginManager.js [27131]
git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@27132 d0d07461-0603-4401-acd4-de1884942a52
Diffstat (limited to 'notifier.js')
-rw-r--r-- | notifier.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/notifier.js b/notifier.js index 459189d..ea9bbf2 100644 --- a/notifier.js +++ b/notifier.js @@ -5,9 +5,10 @@ var PLUGIN_INFO = <description>change notice framework.</description> <description lang="ja">変更通知フレームワーク。</description> <author mail="suvene@zeromemory.info" homepage="http://zeromemory.sblo.jp/">suVene</author> - <version>0.1.2</version> + <version>0.1.3</version> <minVersion>2.0pre</minVersion> <maxVersion>2.0pre</maxVersion> + <updateURL>http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk/notifier.js</updateURL> <detail><![CDATA[ == Needs Library == - _libly.js(ver.0.1.9) |