From 60b8ad01de36cb2acce30d4b53de046b96744125 Mon Sep 17 00:00:00 2001 From: Tobias Zeising Date: Fri, 17 Mar 2017 09:28:19 +0100 Subject: [PATCH] Release version 2.17 --- .gitignore | 1 + README.md | 2 +- _docs/website/index.html | 4 ++-- package.json | 2 +- 4 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 16569e84d7..426de024ca 100644 --- a/.gitignore +++ b/.gitignore @@ -19,3 +19,4 @@ _wiki .env vendor/ .php_cs.cache +.vscode \ No newline at end of file diff --git a/README.md b/README.md index d9905f51c4..5d43c3160e 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ selfoss Copyright (c) 2015 Tobias Zeising, tobias.zeising@aditu.de http://selfoss.aditu.de Licensed under the GPLv3 license -Version 2.17-SNAPSHOT +Version 2.17 DOWNLOAD -------- diff --git a/_docs/website/index.html b/_docs/website/index.html index 7e7d7a95be..51595698b3 100644 --- a/_docs/website/index.html +++ b/_docs/website/index.html @@ -27,7 +27,7 @@

selfoss

  • documentation
  • about
  • forum
  • -
  • download
  • +
  • download
  • @@ -36,7 +36,7 @@

    selfoss

    - download selfoss 2.17-SNAPSHOT + download selfoss 2.17 donate diff --git a/package.json b/package.json index aed83356a8..0c98efc1de 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "selfoss", "description": "selfoss", - "ver": "2.17-SNAPSHOT", + "ver": "2.17", "repository": { "type": "git", "url": "https://github.com/SSilence/selfoss.git"