Skip to content

Commit 375f2ce

Browse files
committed
prepare for release 0.14.1
1 parent e6d60e5 commit 375f2ce

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

doc/changelog.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
# v0.14.0 -> x.x.x
1+
# v0.14.0 -> 0.14.1
2+
3+
## Tech Preview New API
4+
Release 0.14.1 comes with an update to the tech preview of APIv2. Be aware, it is a preview, it contains bugs and it will change; To use it, please see https://github.com/hashtopolis/server/wiki/Installation.
25

36
## Bugfixes
47
- Clicking pretask in Supertask create screen now directs correctly to the pretask and not a task with the same id (#945)

src/inc/info.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
$VERSION = "0.14.0";
3+
$VERSION = "0.14.1";
44
$BUILD = "repository";
55
$HOST = @$_SERVER['HTTP_HOST'];
66
if (strpos($HOST, ":") !== false) {

0 commit comments

Comments
 (0)