diff options
author | anekos | 2010-02-09 20:36:30 +0000 |
---|---|---|
committer | anekos | 2010-02-09 20:36:30 +0000 |
commit | cb8923205a4f75ee0f816468ce81a820e09e7421 (patch) | |
tree | e27289fe391c0693fcb0c3e116a725e4c4c51c1a | |
parent | edeba59c891398860660c7d10bacdd9a004a3fc3 (diff) | |
download | vimperator-plugins-cb8923205a4f75ee0f816468ce81a820e09e7421.tar.bz2 |
バージョン++
git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@36666 d0d07461-0603-4401-acd4-de1884942a52
-rwxr-xr-x | morse.js | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -39,7 +39,7 @@ let PLUGIN_INFO = <name lang="ja">Morse</name> <description>Morse code (Windows only)</description> <description lang="ja">モールス信号 (Windows専用)</description> - <version>1.0.0</version> + <version>1.1.0</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> @@ -58,7 +58,7 @@ let PLUGIN_INFO = // }}} // INFO {{{ let INFO = -<plugin name="Morse" version="1.0.0" +<plugin name="Morse" version="1.1.0" href="http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk/morse.js" summary="Morse code" xmlns="http://vimperator.org/namespaces/liberator"> |