Skip to content

Commit

Permalink
post-release version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
jtojnar committed Mar 5, 2018
1 parent 9a1b107 commit 55ee913
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ selfoss
Copyright (c) 2015 Tobias Zeising, tobias.zeising@aditu.de
https://selfoss.aditu.de
Licensed under the GPLv3 license
Version 2.18
Version 2.19-SNAPSHOT

DOWNLOAD
--------
Expand Down
4 changes: 2 additions & 2 deletions _docs/website/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ <h1 id="header-name"><span>selfoss</span></h1>
<li class="documentation">documentation</li>
<li class="about">about</li>
<li class="forum"><a href="/forum">forum</a></li>
<li class="download"><a href="https://github.com/SSilence/selfoss/releases/download/2.18/selfoss-2.18.zip">download</a></li>
<li class="download"><a href="https://github.com/SSilence/selfoss/releases/download/2.18/selfoss-2.19-SNAPSHOT.zip">download</a></li>
</ul>

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

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

<a id="header-download" href="https://github.com/SSilence/selfoss/releases/download/2.18/selfoss-2.18.zip"><span>download selfoss 2.18</span></a>
<a id="header-download" href="https://github.com/SSilence/selfoss/releases/download/2.18/selfoss-2.19-SNAPSHOT.zip"><span>download selfoss 2.19-SNAPSHOT</span></a>

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

Expand Down
2 changes: 1 addition & 1 deletion common.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
$f3 = $f3 = Base::instance();

$f3->set('DEBUG', 0);
$f3->set('version', '2.18');
$f3->set('version', '2.19-SNAPSHOT');
$f3->set('AUTOLOAD', false);
$f3->set('cache', __DIR__ . '/data/cache');
$f3->set('BASEDIR', __DIR__);
Expand Down
2 changes: 1 addition & 1 deletion docs/api-description.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"servers": [],
"info": {
"description": "You can access selfoss by using the same backend as selfoss user interface: The RESTful HTTP JSON API. There are a few urls where you can get information from selfoss and some for updating data. Assume you want all tags for rendering this in your own app. You have to make an HTTP GET call on the url /tags:\n\n```\nGET http://yourselfossurl.com/tags\n```\nThe result is following JSON formatted response (in this example two tags “blog” and “deviantart” are available:\n\n```\n[{\"tag\":\"blog\",\"color\":\"#251f10\",\"unread\":\"1\"},\n{\"tag\":\"deviantart\",\"color\":\"#e78e5c\",\"unread\":\"0\"}]\n```\n\nFollowing docs shows you which calls are possible and which response you can expect.",
"version": "2.18",
"version": "2.19-SNAPSHOT",
"title": "selfoss"
},
"tags": [
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "selfoss",
"description": "selfoss",
"ver": "2.18",
"ver": "2.19-SNAPSHOT",
"repository": {
"type": "git",
"url": "https://github.com/SSilence/selfoss.git"
Expand Down

0 comments on commit 55ee913

Please sign in to comment.