1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/duniter_ynh.git synced 2024-09-03 18:26:35 +02:00

[enh] update to 0.14.2.

This commit is contained in:
Moul 2016-03-19 15:59:59 +01:00
parent c3866bd4fa
commit e2a7727e6f
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -11,7 +11,7 @@ if [ -z "$UCOIN_DIR" ]; then
fi
ucoin_latest_version() {
echo "v0.13.3"
echo "v0.14.2"
}
ucoin_repo_url() {