aboutsummaryrefslogtreecommitdiffstats
path: root/notifier
diff options
context:
space:
mode:
Diffstat (limited to 'notifier')
-rw-r--r--notifier/observer_growl.js3
-rw-r--r--notifier/subject_hatelabo_bottle.js3
-rwxr-xr-xnotifier/subject_weather_yahoo.js3
3 files changed, 6 insertions, 3 deletions
diff --git a/notifier/observer_growl.js b/notifier/observer_growl.js
index 4fa3aed..2f948b7 100644
--- a/notifier/observer_growl.js
+++ b/notifier/observer_growl.js
@@ -5,9 +5,10 @@ var PLUGIN_INFO =
<description>notification from the subjects is notified to you by the Growl style.</description>
<description lang="ja">Growl風通知。</description>
<author mail="suvene@zeromemory.info" homepage="http://zeromemory.sblo.jp/">suVene</author>
- <version>0.1.3</version>
+ <version>0.1.4</version>
<minVersion>2.0pre</minVersion>
<maxVersion>2.0pre</maxVersion>
+ <updateURL>http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk/notifier\observer_growl.js</updateURL>
<detail><![CDATA[
== Settings ==
>||
diff --git a/notifier/subject_hatelabo_bottle.js b/notifier/subject_hatelabo_bottle.js
index 0cf31ef..0df418f 100644
--- a/notifier/subject_hatelabo_bottle.js
+++ b/notifier/subject_hatelabo_bottle.js
@@ -5,9 +5,10 @@ var PLUGIN_INFO =
<description>hatena bottle change notice.</description>
<description lang="ja">はてなボトルの変更通知。</description>
<author mail="suvene@zeromemory.info" homepage="http://zeromemory.sblo.jp/">suVene</author>
- <version>0.1.1</version>
+ <version>0.1.2</version>
<minVersion>2.0pre</minVersion>
<maxVersion>2.0pre</maxVersion>
+ <updateURL>http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk/notifier\subject_hatelabo_bottle.js</updateURL>
</VimperatorPlugin>;
//}}}
(function() {
diff --git a/notifier/subject_weather_yahoo.js b/notifier/subject_weather_yahoo.js
index 0445bed..8a26edb 100755
--- a/notifier/subject_weather_yahoo.js
+++ b/notifier/subject_weather_yahoo.js
@@ -5,9 +5,10 @@ var PLUGIN_INFO =
<description>yahoo weather forecast notice.</description>
<description lang="ja">ヤフー天気予報通知。</description>
<author mail="suvene@zeromemory.info" homepage="http://zeromemory.sblo.jp/">suVene</author>
- <version>0.1.1</version>
+ <version>0.1.2</version>
<minVersion>2.0pre</minVersion>
<maxVersion>2.0pre</maxVersion>
+ <updateURL>http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk/notifier\subject_weather_yahoo.js</updateURL>
<detail><![CDATA[
== Options ==
>||