diff --git a/README.md b/README.md index 7af7358e..eec29095 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,8 @@ In addition to taking over the functionality of Instagram, the functioning of Pi It is also possible to import your data from Instagram. -**Shipped version:** 0.11.3~ynh1 +**Shipped version:** 0.11.3~ynh2 + ## Screenshots diff --git a/README_fr.md b/README_fr.md index a1484f0c..f08d1199 100644 --- a/README_fr.md +++ b/README_fr.md @@ -25,7 +25,7 @@ En plus de reprendre les fonctionnalités d'Instagram, le fonctionnement de Pixe Il est également possible d'importer ses données depuis Instagram. -**Version incluse :** 0.11.3~ynh1 +**Version incluse :** 0.11.3~ynh2 ## Captures d'écran diff --git a/manifest.json b/manifest.json index 5bc08722..676f2a02 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "ActivityPub Federated Image Sharing", "fr": "Logiciel de partage d'image fédéré via ActivityPub" }, - "version": "0.11.3~ynh1", + "version": "0.11.3~ynh2", "url": "https://pixelfed.org/", "upstream": { "license": "AGPL-3.0-or-later", diff --git a/scripts/upgrade b/scripts/upgrade index 6f33c2a5..e010e66c 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -157,7 +157,7 @@ then ynh_script_progression --message="Upgrading source files..." # Download, check integrity, uncompress and patch the source from app.src - ynh_setup_source --dest_dir="$final_path" --keep="$final_path/.env" + ynh_setup_source --dest_dir="$final_path" --keep=".env" fi chmod 750 "$final_path"