diff --git a/.github/workflows/updater.sh b/.github/workflows/updater.sh index afd553f..22323c7 100755 --- a/.github/workflows/updater.sh +++ b/.github/workflows/updater.sh @@ -10,7 +10,7 @@ # automatic actions when a new upstream release is detected. # Remove this exit command when you are ready to run this Action -#exit 1 +exit 1 #================================================= # FETCHING LATEST RELEASE AND ITS ASSETS diff --git a/README.md b/README.md index f5c2bb8..35ea523 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in Misskey is a decentralized microblogging platform. Since it exists within the Fediverse (a universe where various social media platforms are organized), it is mutually linked with other social media platforms. -**Shipped version:** 12.112.3~ynh1 +**Shipped version:** 12.113.0~ynh1 ## Screenshots diff --git a/README_fr.md b/README_fr.md index 2003f29..d450fb6 100644 --- a/README_fr.md +++ b/README_fr.md @@ -17,7 +17,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour Misskey est une plateforme de microblogging décentralisée. Puisqu'il existe au sein du Fediverse (un univers où diverses plateformes de médias sociaux sont organisées), il est mutuellement lié à d'autres plateformes de médias sociaux. -**Version incluse :** 12.112.3~ynh1 +**Version incluse :** 12.113.0~ynh1 ## Captures d'écran diff --git a/conf/app.src b/conf/app.src index 6ed9b5e..281baf8 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/misskey-dev/misskey/archive/refs/tags/12.112.3.tar.gz -SOURCE_SUM=D28C886D815494A1D6721F20FE4B05708D7DAC6FC61BE491B03DEF6A034D7FC5 +SOURCE_URL=https://github.com/misskey-dev/misskey/archive/refs/tags/12.113.0.tar.gz +SOURCE_SUM=BF221DFE3CBA98CEED275D6BCFC293E57F6967A26C5D9A6F5CCAFED6C170DE45 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true diff --git a/manifest.json b/manifest.json index 881eda1..fa43bf3 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Microblogging platform", "fr": "Platforme de Microblogging" }, - "version": "12.112.3~ynh1", + "version": "12.113.0~ynh1", "url": "https://misskey-hub.net/", "upstream": { "license": "AGPL-3.0",