diff options
author | Victor Häggqvist <[email protected]> | 2014-12-07 23:05:12 +0100 |
---|---|---|
committer | Victor Häggqvist <[email protected]> | 2014-12-07 23:05:12 +0100 |
commit | 2bfe87073e5414b952856bf79286e37b302c53ef (patch) | |
tree | 1fcdbaa000bd7568221998842d600caf1942fcca /_build | |
parent | 2859f97fdd9b816b294827ccac3354f6a23c30f2 (diff) |
bump parsedown to 1.1.4
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__)).'/'; |