Skip to content

Commit 739e4a2

Browse files
committed
prepare version 2.14-SNAPSHOT
1 parent 6b47543 commit 739e4a2

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
selfoss
22
=======
33

4-
Copyright (c) 2013 Tobias Zeising, [email protected]
4+
Copyright (c) 2015 Tobias Zeising, [email protected]
55
http://selfoss.aditu.de
66
Licensed under the GPLv3 license
7-
Version 2.13
7+
Version 2.14-SNAPSHOT
88

99

1010
INSTALLATION

_docs/website/index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ <h1 id="header-name"><span>selfoss</span></h1>
2828
<li class="documentation">documentation</li>
2929
<li class="about">about</li>
3030
<li class="forum"><a href="/forum">forum</a></li>
31-
<li class="download"><a href="https://github.com/SSilence/selfoss/releases/download/2.13/selfoss-2.13.zip">download</a></li>
31+
<li class="download"><a href="https://github.com/SSilence/selfoss/releases/download/2.13/selfoss-2.14-SNAPSHOT.zip">download</a></li>
3232
</ul>
3333

3434
<a id="header-fork" href="https://github.com/SSilence/selfoss"></a>
@@ -37,7 +37,7 @@ <h1 id="header-name"><span>selfoss</span></h1>
3737

3838
<div id="header-just-updated"></div>
3939

40-
<a id="header-download" href="https://github.com/SSilence/selfoss/releases/download/2.13/selfoss-2.13.zip"><span>download selfoss 2.13</span></a>
40+
<a id="header-download" href="https://github.com/SSilence/selfoss/releases/download/2.13/selfoss-2.14-SNAPSHOT.zip"><span>download selfoss 2.14-SNAPSHOT</span></a>
4141

4242
<a id="header-donate" href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=LR67F3T9DMSC8"><span>donate</span></a>
4343

common.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
$f3 = require(__DIR__.'/libs/f3/base.php');
44

55
$f3->set('DEBUG',0);
6-
$f3->set('version','2.13');
6+
$f3->set('version','2.14-SNAPSHOT');
77
$f3->set('AUTOLOAD',__dir__.'/;libs/f3/;libs/;libs/WideImage/;daos/;libs/twitteroauth/;libs/FeedWriter/;libs/fulltextrss/content-extractor/;libs/fulltextrss/readability/');
88
$f3->set('cache',__dir__.'/data/cache');
99
$f3->set('BASEDIR',__dir__);

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "selfoss",
33
"description": "selfoss",
4-
"ver": "2.13",
4+
"ver": "2.14-SNAPSHOT",
55
"repository": {
66
"type": "git",
77
"url": "https://github.com/SSilence/selfoss.git"

0 commit comments

Comments
 (0)