Version bump.

This commit is contained in:
Buster Neece 2023-11-18 21:46:36 -06:00
parent 9ae47fde71
commit 24218355bb
No known key found for this signature in database
3 changed files with 12 additions and 2 deletions

View File

@ -7,6 +7,16 @@ release channel, you can take advantage of these new features and fixes.
## Code Quality/Technical Changes
## Bug Fixes
---
# AzuraCast 0.19.3 (Nov 18, 2023)
## New Features/Changes
## Code Quality/Technical Changes
- You can now reset sorting on a data table without needing to reload the page by clicking the sorted field once again;
the first click will toggle between ascending/descending mode, then the second click will reset to the default sort.

View File

@ -18,7 +18,7 @@ use Throwable;
final class Version
{
/** @var string Version that is displayed if no Git repository information is present. */
public const FALLBACK_VERSION = '0.19.2';
public const FALLBACK_VERSION = '0.19.3';
private string $repoDir;

View File

@ -5,7 +5,7 @@ info:
license:
name: 'Apache 2.0'
url: 'https://www.apache.org/licenses/LICENSE-2.0.html'
version: 0.19.2
version: 0.19.3
servers:
-
url: 'https://demo.azuracast.com/api'