From f99ac351ab77d50f18668d3870485e4f58773071 Mon Sep 17 00:00:00 2001 From: Gregory Oschwald Date: Fri, 24 May 2013 13:38:58 -0700 Subject: [PATCH] Updated apigen flags --- bin/release.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/release.sh b/bin/release.sh index dd45684..61e0405 100755 --- a/bin/release.sh +++ b/bin/release.sh @@ -28,7 +28,7 @@ if [ -n "$(git status --porcelain)" ]; then fi cp ../README.md _includes/README.md -apigen --quiet --source ../src --destination doc/$TAG +apigen --quiet --download --title "GeoIP2 PHP API $TAG" --source ../src --destination doc/$TAG echo $TAG > _includes/version git add doc/