diff --git a/README.md b/README.md index b8c41ff..97ee500 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![Install Flarum with YunoHost](https://install-app.yunohost.org/install-with-yunohost.png)](https://install-app.yunohost.org/?app=flarum) -[![Integration level](https://ci-apps.yunohost.org/ci/logs/flarum%20%28Apps%29.svg)](https://dash.yunohost.org/appci/app/flarum) [![Flarum version](https://img.shields.io/badge/flarum-0.1.0--beta.10-green.svg)](https://github.com/flarum/flarum/releases/tag/v0.1.0-beta.10) ![PHP version](https://img.shields.io/badge/php-7.3-green.svg) +[![Integration level](https://ci-apps.yunohost.org/ci/logs/flarum%20%28Apps%29.svg)](https://dash.yunohost.org/appci/app/flarum) [![Flarum version](https://img.shields.io/badge/flarum-0.1.0--beta.11-green.svg)](https://github.com/flarum/flarum/releases/tag/v0.1.0-beta.11) ![PHP version](https://img.shields.io/badge/php-7.3-green.svg) [Flarum](http://flarum.org/), an open-source forum software, packaged for [YunoHost](https://yunohost.org/), a self-hosting server operating server. diff --git a/manifest.json b/manifest.json index d9103de..5d719ac 100644 --- a/manifest.json +++ b/manifest.json @@ -9,7 +9,7 @@ }, "url": "http://flarum.org/", "license": "MIT", - "version": "0.1.0-beta.10~ynh2", + "version": "0.1.0-beta.11~ynh1", "maintainer": { "name": "tituspijean", "email": "tituspijean@outlook.com" diff --git a/scripts/_common.sh b/scripts/_common.sh index bbe7df1..78d5654 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -7,8 +7,8 @@ pkg_dependencies="php7.3-curl php7.3-dom php7.3-gd php7.3-json php7.3-mbstring p # Version numbers php_version="7.3" -project_version="0.1.0-beta.10" -core_version="0.1.0-beta.10" +project_version="0.1.0-beta.11" +core_version="0.1.0-beta.11" ssowat_version="0.1.0-beta.10-2" #=================================================