diff --git a/README.md b/README.md index 7d61a9a..39f6cc3 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:** 2023.12.1~ynh1 +**Shipped version:** 2023.12.2~ynh1 ## Screenshots diff --git a/README_fr.md b/README_fr.md index 040d9b5..9e92f19 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 :** 2023.12.1~ynh1 +**Version incluse :** 2023.12.2~ynh1 ## Captures d’écran diff --git a/manifest.toml b/manifest.toml index 6f5365f..f68ab05 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "Iceshrimp" description.en = "Decentralized and federated social networking service" description.fr = "Service de réseau social décentralisé et fédéré" -version = "2023.12.1~ynh1" +version = "2023.12.2~ynh1" maintainers = ["oufmilo"] diff --git a/tests.toml b/tests.toml index aa3fef4..d1ff1ea 100644 --- a/tests.toml +++ b/tests.toml @@ -14,4 +14,6 @@ test_format = 1.0 # ------------------------------- # Commits to test upgrade from - # ------------------------------- \ No newline at end of file + # ------------------------------- + + test_upgrade_from.6bd676e.name = "2023.12.1" \ No newline at end of file