diff --git a/MongoDB/Info.plist b/MongoDB/Info.plist
index 48d5a3b..7857be1 100644
--- a/MongoDB/Info.plist
+++ b/MongoDB/Info.plist
@@ -17,11 +17,11 @@
CFBundlePackageType
APPL
CFBundleShortVersionString
- 3.0.3-build.1
+ 3.0.3-build.2
CFBundleSignature
????
CFBundleVersion
- 3.0.3-build.1
+ 3.0.3-build.2
LSApplicationCategoryType
public.app-category.developer-tools
LSMinimumSystemVersion
diff --git a/download-mongo.sh b/download-mongo.sh
index ddaaea8..1db49cc 100755
--- a/download-mongo.sh
+++ b/download-mongo.sh
@@ -2,7 +2,7 @@
# Get latest Production Relase version number
echo "--> Getting Production Release version number"
-VERSION=$(curl -s https://www.mongodb.org/downloads | grep -o 'Production Release (.*)' | grep -o '[0-9]*\.[0-9]*\.[0-9]*')
+VERSION=$(curl -s https://www.mongodb.org/downloads | grep -o 'Current Stable Release (.*)' | grep -o '[0-9]*\.[0-9]*\.[0-9]*')
echo "--> Production Release: $VERSION"
# Create download url