diff options
Diffstat (limited to '_build')
-rw-r--r-- | _build/build.transport.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/_build/build.transport.php b/_build/build.transport.php index 837b18b..6f776c3 100644 --- a/_build/build.transport.php +++ b/_build/build.transport.php @@ -14,8 +14,8 @@ set_time_limit(0); /* define package names */ define('PKG_NAME','Parsedown'); define('PKG_NAME_LOWER','parsedown'); -define('PKG_VERSION','0.1.0'); -define('PKG_RELEASE','beta'); +define('PKG_VERSION','1.0.1'); +define('PKG_RELEASE','pl'); /* define build paths */ $root = dirname(dirname(__FILE__)).'/'; |