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() {