Skip to content

Commit

Permalink
prepare for release 0.14.1
Browse files Browse the repository at this point in the history
  • Loading branch information
s3inlc committed Sep 5, 2023
1 parent e6d60e5 commit 375f2ce
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion doc/changelog.md
@@ -1,4 +1,7 @@
# v0.14.0 -> x.x.x
# v0.14.0 -> 0.14.1

## Tech Preview New API
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.

## Bugfixes
- Clicking pretask in Supertask create screen now directs correctly to the pretask and not a task with the same id (#945)
Expand Down
2 changes: 1 addition & 1 deletion src/inc/info.php
@@ -1,6 +1,6 @@
<?php

$VERSION = "0.14.0";
$VERSION = "0.14.1";
$BUILD = "repository";
$HOST = @$_SERVER['HTTP_HOST'];
if (strpos($HOST, ":") !== false) {
Expand Down

0 comments on commit 375f2ce

Please sign in to comment.