From e2a7727e6f8c398e3b5b9dc8f15ce379bf0762a5 Mon Sep 17 00:00:00 2001 From: Moul Date: Sat, 19 Mar 2016 15:59:59 +0100 Subject: [PATCH] [enh] update to 0.14.2. --- README.md | 2 +- sources/install.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 84db940..3a05670 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ sudo yunohost app install https://github.com/ucoin-io/ucoin_ynh The package is **in progress**. Currently, it: -* Install uCoin 0.13.x and it's dependencies: node, npm +* Install uCoin 0.14.2 and it's dependencies: node, npm * Configure * Synchronize * Start diff --git a/sources/install.sh b/sources/install.sh index 98ee670..9663503 100644 --- a/sources/install.sh +++ b/sources/install.sh @@ -11,7 +11,7 @@ if [ -z "$UCOIN_DIR" ]; then fi ucoin_latest_version() { - echo "v0.13.3" + echo "v0.14.2" } ucoin_repo_url() {