diff --git a/README.md b/README.md index 9777aee..bb3bf4e 100644 --- a/README.md +++ b/README.md @@ -252,7 +252,7 @@ $ php .px_execute.php "/path/to/target/page_path.html?PX=px2dthelper.change_cont ## 更新履歴 - Change log -### pickles2/px2-px2dthelper 2.0.4 (2017年??月??日) +### pickles2/px2-px2dthelper 2.0.4 (2017年4月20日) - PXコマンド `PX=px2dthelper.get.navigation_info` を追加。 - PXコマンド `PX=px2dthelper.get.all` に `filter` オプションを追加。 diff --git a/php/main.php b/php/main.php index fb6b496..f887ab1 100644 --- a/php/main.php +++ b/php/main.php @@ -52,7 +52,7 @@ static public function register($px){ * @return string バージョン番号を示す文字列 */ public function get_version(){ - return '2.0.4-alpha.1+nb'; + return '2.0.4'; }