Update atom-shell to v0.4.5.

This commit is contained in:
Cheng Zhao 2013-09-09 16:28:31 +08:00
parent fc6e2c7e15
commit 72e725e6bc

View File

@ -5,7 +5,7 @@ cd "$(dirname "${BASH_SOURCE[0]}" )/.."
TARGET=${1:-atom-shell}
DISTURL="https://gh-contractor-zcbenz.s3.amazonaws.com/atom-shell"
CURRENT_VERSION=$(cat "${TARGET}/version" 2>&1)
LATEST_VERSION="v0.4.4"
LATEST_VERSION="v0.4.5"
if [ -z "${LATEST_VERSION}" ] ; then
echo "Could determine lastest version of atom-shell" >&2