diff options
author | anekos | 2009-03-01 05:34:25 +0000 |
---|---|---|
committer | anekos | 2009-03-01 05:34:25 +0000 |
commit | 7b32d4559d7ebdc150fbb9e6c1907c6da132de95 (patch) | |
tree | ec4daba56f4cf57a20364f406f78d65cf9f90202 | |
parent | 70e2e925566cde1699e88f13939570c56e2db1ec (diff) | |
download | vimperator-plugins-7b32d4559d7ebdc150fbb9e6c1907c6da132de95.tar.bz2 |
updateURL 修正
git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@30635 d0d07461-0603-4401-acd4-de1884942a52
-rw-r--r-- | reveal-ie-ctrl-a-images.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/reveal-ie-ctrl-a-images.js b/reveal-ie-ctrl-a-images.js index 3e16743..40f4268 100644 --- a/reveal-ie-ctrl-a-images.js +++ b/reveal-ie-ctrl-a-images.js @@ -38,11 +38,11 @@ let PLUGIN_INFO = <name>Reveal Image</name> <description>Reveal IE Ctrl-A images.</description> <description lang="ja">IE の Ctrl-A 画像を暴く</description> - <version>1.0.2</version> + <version>1.0.3</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> - <updateURL>http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk/ie-grid.js</updateURL> + <updateURL>http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk/reveal-ie-ctrl-a-images.js</updateURL> <minVersion>2.0pre</minVersion> <maxVersion>2.0</maxVersion> <detail><![CDATA[ |