1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/wikijs_ynh.git synced 2024-09-03 20:36:09 +02:00

upgrade to 2.0.0-beta.33

This commit is contained in:
yalh76 2019-02-11 06:20:51 +01:00
parent a329419716
commit 4d32fdf9f7
4 changed files with 4 additions and 4 deletions

View file

@ -11,7 +11,7 @@ An open source, modern and powerful wiki app built on Node.js, Git and Markdown
**Wiki.js is still under development, all features not already implemented.**
**Shipped version:** 2.0.0-beta.13
**Shipped version:** 2.0.0-beta.33
## Screenshots

View file

@ -6,7 +6,7 @@
"en": "An open source, modern and powerful wiki app built on Node.js, Git and Markdown.",
"fr": "Un wiki moderne et open source propulsé Node.js, Git et Markdown."
},
"version": "2.0.0-beta.13~ynh1",
"version": "2.0.0-beta.33~ynh1",
"url": "https://wiki.js.org/",
"license": "AGPL-3.0-or-later",
"maintainer": {

View file

@ -145,7 +145,7 @@ ynh_app_setting_set $app final_path $final_path
git clone https://github.com/Requarks/wiki "$final_path"
pushd $final_path
git checkout "tags/2.0.0-beta.13" --quiet
git checkout "tags/2.0.0-beta.33" --quiet
popd
#=================================================

View file

@ -93,7 +93,7 @@ ynh_print_info "Download, check and unpack source"
pushd $final_path
git fetch origin
git checkout "tags/2.0.0-beta.13" --quiet
git checkout "tags/2.0.0-beta.33" --quiet
popd
#=================================================