diff --git a/README.md b/README.md index 03da024..75fd18b 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Iceshrimp is a decentralized and federated social networking service, implementi It was forked from Calckey Firefish (itself a fork of Misskey) in mid-2023, to focus on stability, performance and usability instead of new features. -**Shipped version:** v2023.12.1~ynh1 +**Shipped version:** 2023~ynh1 ## Screenshots diff --git a/README_fr.md b/README_fr.md index 3b9e204..48dda49 100644 --- a/README_fr.md +++ b/README_fr.md @@ -20,7 +20,7 @@ Iceshrimp est un service de réseau social décentralisé et fédéré, impléme Il a été forké de Calckey et Firefish (lui-même forké de Misskey) à la mi-2023, afin de se concentrer sur la stabilité, les performances et la facilité d'utilisation plutôt que sur de nouvelles fonctionnalités. -**Version incluse :** v2023.12.1~ynh1 +**Version incluse :** 2023~ynh1 ## Captures d’écran diff --git a/conf/systemd.service b/conf/systemd.service index 08d2ee8..6fecee5 100644 --- a/conf/systemd.service +++ b/conf/systemd.service @@ -1,5 +1,5 @@ [Unit] -Description=Iceschrimp: microblogging platform +Description=Misskey: microblogging platform After=network.target [Service] diff --git a/manifest.toml b/manifest.toml index aad6414..05b4042 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "Iceshrimp" description.en = "$app is a decentralized and federated social networking service, implementing the ActivityPub standard." description.fr = "$app est un service de réseau social décentralisé et fédéré, implémentant le standard ActivityPub." -version = "v2023.12.1~ynh1" +version = "2023~ynh1" maintainers = ["oufmilo"] diff --git a/scripts/upgrade b/scripts/upgrade index 44fe77f..f37b7b1 100755 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -65,9 +65,9 @@ then pushd $install_dir chown -R $app:www-data "$install_dir" - ynh_exec_warn_less ynh_exec_as $app git fetch + ynh_exec_as $app git fetch #git checkout master - ynh_exec_warn_less ynh_exec_as $app git pull + ynh_exec_as $app git pull popd fi