diff options
author | snaka | 2009-07-04 01:00:13 +0000 |
---|---|---|
committer | snaka | 2009-07-04 01:00:13 +0000 |
commit | 7cb0c6cd1106ab66c01cdde6d422929a1a1fd798 (patch) | |
tree | 318ba7d017be2d317831c617eb01e35f6bbe26ea | |
parent | 87ee2bdabbf1bb7ffe25b4f9d4d92aaeee2f96b8 (diff) | |
download | vimperator-plugins-7cb0c6cd1106ab66c01cdde6d422929a1a1fd798.tar.bz2 |
Version++
git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@34288 d0d07461-0603-4401-acd4-de1884942a52
-rw-r--r-- | auto_word_select_mode.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/auto_word_select_mode.js b/auto_word_select_mode.js index 59d7298..dbb12ce 100644 --- a/auto_word_select_mode.js +++ b/auto_word_select_mode.js @@ -36,12 +36,12 @@ var PLUGIN_INFO = <name>{NAME}</name> <description>Add auto word select mode.</description> <description lang="ja">単語を自動選択するモードを追加します</description> - <minVersion>2.2pre</minVersion> + <minVersion>2.0</minVersion> <maxVersion>2.2pre</maxVersion> <updateURL>http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk/auto_word_select_mode.js</updateURL> <author mail="snaka.gml@gmail.com" homepage="http://vimperator.g.hatena.ne.jp/snaka72/">snaka</author> <license>MIT style license</license> - <version>1.2.2</version> + <version>1.2.3</version> <detail><![CDATA[ == Subject == Add auto word select mode. |