diff --git a/README.md b/README.md index ad6906cf57..e800664de8 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ selfoss Copyright (c) 2013 Tobias Zeising, tobias.zeising@aditu.de http://selfoss.aditu.de Licensed under the GPLv3 license -Version 2.0 +Version 2.1 INSTALLATION @@ -31,6 +31,9 @@ UPDATE CHANGELOG --------- +Version 2.1 +* security bugfix + Version 2.0 * support of tags * new user interface diff --git a/_docs/website/index.html b/_docs/website/index.html index 901e7fdfc7..e610a9a094 100644 --- a/_docs/website/index.html +++ b/_docs/website/index.html @@ -25,7 +25,7 @@

selfoss

  • screenshots
  • documentation
  • about
  • -
  • download
  • +
  • download
  • @@ -34,7 +34,7 @@

    selfoss

    - download selfoss 2.0 + download selfoss 2.1 donate diff --git a/index.php b/index.php index fd3121171b..e0d6aaeb31 100644 --- a/index.php +++ b/index.php @@ -3,7 +3,7 @@ $f3 = require(__DIR__.'/libs/f3/base.php'); $f3->set('DEBUG',0); -$f3->set('version','2.0'); +$f3->set('version','2.1'); $f3->set('AUTOLOAD',__dir__.'/;libs/f3/;libs/;libs/WideImage/;daos/;libs/twitteroauth/;libs/FeedWriter/'); $f3->set('cache',__dir__.'/data/cache'); $f3->set('BASEDIR',__dir__);