diff options
author | teramako | 2009-10-31 19:13:08 +0000 |
---|---|---|
committer | teramako | 2009-10-31 19:13:08 +0000 |
commit | b819fe6f236968f499ef542ead2bc71bc92aecbd (patch) | |
tree | d6748d5cb6120e2412b6d5603f069752a6a6d894 | |
parent | 0d155828917d937936d8d05709ad22f560e43658 (diff) | |
download | vimperator-plugins-b819fe6f236968f499ef542ead2bc71bc92aecbd.tar.bz2 |
oops, add count up version info
git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@35807 d0d07461-0603-4401-acd4-de1884942a52
-rw-r--r-- | walk-input.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/walk-input.js b/walk-input.js index ca14798..c74a84a 100644 --- a/walk-input.js +++ b/walk-input.js @@ -23,7 +23,7 @@ let PLUGIN_INFO = <VimperatorPlugin> <name>Walk Input</name> <description>The focus walks "input" and "textarea" elements.</description> - <version>1.1</version> + <version>1.2</version> <author mail="tekezo@pqrs.org">Takayama Fumihiko</author> <license>BSD</license> <updateURL>http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk/walk-input.js</updateURL> |