From 1ff47930a2a07d9ac72286c01d8e72ff38d44911 Mon Sep 17 00:00:00 2001 From: Julien Malik Date: Fri, 19 Sep 2014 00:40:17 +0200 Subject: [PATCH] [enh] bump to 0.5.1 --- scripts/install | 2 +- scripts/upgrade | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/install b/scripts/install index fb97645..ed76872 100644 --- a/scripts/install +++ b/scripts/install @@ -35,7 +35,7 @@ echo "Install dependencies..." sudo apt-get update sudo apt-get install nodejs-legacy npm -y -version=0.5.0 +version=0.5.1 echo "Downloading Ghost $version..." mkdir ../tmp sudo wget -O ../tmp/ghost-$version.zip "https://en.ghost.org/zip/ghost-$version.zip" diff --git a/scripts/upgrade b/scripts/upgrade index b464c60..62409ff 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -11,7 +11,7 @@ sudo service ynh-ghostblog stop final_path=/var/www/ghostblog -version=0.5.0 +version=0.5.1 echo "Downloading Ghost $version..." mkdir ../tmp sudo wget -O ../tmp/ghost-$version.zip "https://en.ghost.org/zip/ghost-$version.zip"