diff --git a/README.md b/README.md index 726b625..e6deb7c 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,8 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in TiddlyWiki is a complete interactive wiki in JavaScript. It can be used as a single HTML file in the browser or as a powerful Node.js application. It is highly customisable: the entire user interface is itself implemented in hackable WikiText. -**Shipped version:** 5.2.2~ynh3 +**Shipped version:** 5.2.3~ynh1 + **Demo:** https://tiddlywiki.com/ diff --git a/README_fr.md b/README_fr.md index 90914d4..65e67a0 100644 --- a/README_fr.md +++ b/README_fr.md @@ -17,7 +17,8 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour TiddlyWiki is a complete interactive wiki in JavaScript. It can be used as a single HTML file in the browser or as a powerful Node.js application. It is highly customisable: the entire user interface is itself implemented in hackable WikiText. -**Version incluse :** 5.2.2~ynh3 +**Version incluse :** 5.2.3~ynh1 + **Démo :** https://tiddlywiki.com/ diff --git a/check_process b/check_process index dcb4f82..54e7125 100644 --- a/check_process +++ b/check_process @@ -11,10 +11,8 @@ setup_private=1 setup_public=1 upgrade=1 - # 5.1.23~ynh2 - upgrade=1 from_commit=befb3426e13fb5f094c2cc1b6841de202506c6fa - # 5.2.2~ynh2 - upgrade=1 from_commit=dba462cf8be28d68e31a83280130e0b3d6bb1884 + # 5.2.2~ynh3 + upgrade=1 from_commit=a17756e4040ce8d2da793930c7d6c21b6e59293f backup_restore=1 multi_instance=0 port_already_use=0 @@ -22,3 +20,7 @@ ;;; Options Email= Notification=none + ; commit=a17756e4040ce8d2da793930c7d6c21b6e59293f + name=Merge pull request #28 from YunoHost-Apps/testing + manifest_arg=domain=DOMAIN&path=PATH&is_public=1&language=fr&admin=USER&password=pass&port=666& + diff --git a/conf/app.src b/conf/app.src index 1eed513..606aac2 100755 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/Jermolene/TiddlyWiki5/archive/v5.2.2.tar.gz -SOURCE_SUM=f381c601df68047dfea8f7479fd07b7d274e039d876ed14904fd7727a8ed0401 +SOURCE_URL=https://github.com/Jermolene/TiddlyWiki5/archive/v5.2.3.tar.gz +SOURCE_SUM=7e46dbc237c9d24ba449fcf8cf715e06c6a37fd08b815c97602e4b52865e574d SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true diff --git a/manifest.json b/manifest.json index cc81930..0b207cf 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Non-linear personal web notebook", "fr": "Carnet Web personnel non linéaire" }, - "version": "5.2.2~ynh3", + "version": "5.2.3~ynh1", "url": "https://tiddlywiki.com/", "upstream": { "license": "BSD-2-Clause",