Index: trunk/wp-content/plugins/xpressme/include/custom_functions.php
===================================================================
--- trunk/wp-content/plugins/xpressme/include/custom_functions.php	(revision 192)
+++ trunk/wp-content/plugins/xpressme/include/custom_functions.php	(revision 193)
@@ -86,5 +86,5 @@
 	$xpress_version = $xoops_config->module_version;
 	$xpress_codename = $xoops_config->module_codename;
-	$ret = '<a href="http://www.toemon.com"'. " target='_blank'" . '>XPressME Ver.' . sprintf('%.2f %s',$xpress_version,$xpress_codename) .'</a>';
+	$ret = '<a href="http://ja.xpressme.info"'. " target='_blank'" . '>XPressME Ver.' . sprintf('%.2f %s',$xpress_version,$xpress_codename) .'</a>';
 	if (strstr($wp_version,'ME')){
 		$ret .= '(included <a href="http://wpme.sourceforge.jp/" title="Powered by WordPress"'." target='_blank'". '>WordPress ' . $wp_version . '</a>)';
Index: trunk/wp-content/plugins/xpressme/xpressme.php
===================================================================
--- trunk/wp-content/plugins/xpressme/xpressme.php	(revision 192)
+++ trunk/wp-content/plugins/xpressme/xpressme.php	(revision 193)
@@ -2,9 +2,9 @@
 /*
 Plugin Name: Plugin for XPressME
-Plugin URI: http://www.toemon.com
+Plugin URI: http://ja.xpressme.info
 Description: Plugin for XPressME (custom function,filter,action)
 Author: toemon
-Version: 0.001
-Author URI: http://www.toemon.com
+Version: 1.0
+Author URI: http://ja.xpressme.info
 */
 require_once('xpressme_class.php');
Index: trunk/xoops_version.php
===================================================================
--- trunk/xoops_version.php	(revision 192)
+++ trunk/xoops_version.php	(revision 193)
@@ -7,5 +7,5 @@
  * @copyright	toemon
  * @license		GNU public license
- * @author		"toemon ( http://www.toemon.com)"
+ * @author		"toemon ( http://ja.xpressme.info)"
  * @package		module::xpressme
  */
@@ -32,6 +32,6 @@
 $modversion['description'] = constant( '_MI_XP2_DESC');
 $modversion['version'] = "2.00";
-$modversion['credits'] = "Wordpress DEV (http://wordpress.org/) XPressME DEV Toemon) (http://www.toemon.com) ;";
-$modversion['author'] = "toemon (http://www.toemon.com)";
+$modversion['credits'] = "Wordpress DEV (http://wordpress.org/) XPressME DEV Toemon) (http://ja.xpressme.info) ;";
+$modversion['author'] = "toemon (http://ja.xpressme.info)";
 $modversion['license'] = "GPL see LICENSE";
 $modversion['official'] = 0 ;
@@ -40,5 +40,5 @@
 
 // status
-$modversion['codename'] = "Bata3(r188)";
+$modversion['codename'] = "Bata3(r193)";
 
 // onInstall, onUpdate, onUninstall
