From: Nicolas LÅ“uillet Date: Mon, 19 Sep 2016 13:23:04 +0000 (+0200) Subject: Fixed version in documentation X-Git-Tag: 2.1.0~30^2 X-Git-Url: https://git.immae.eu/?p=github%2Fwallabag%2Fwallabag.git;a=commitdiff_plain;h=e406a94ab6b17af1e2aefbec614b389a11fa89be Fixed version in documentation --- diff --git a/README.md b/README.md index 73c34ae0..ca61f029 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Then you can install wallabag by executing the following commands: ``` git clone https://github.com/wallabag/wallabag.git cd wallabag - git checkout 2.1 + git checkout 2.1.0 ./install.sh php bin/console server:run --env=prod ``` diff --git a/app/config/config.yml b/app/config/config.yml index 43e553e3..7ee0cfb8 100644 --- a/app/config/config.yml +++ b/app/config/config.yml @@ -30,7 +30,7 @@ framework: assets: ~ wallabag_core: - version: 2.1 + version: 2.1.0 paypal_url: "https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=9UBA65LG3FX9Y&lc=gb" languages: en: 'English'