Minor version bump for deployment bug fixes.

This commit is contained in:
Buster Neece 2019-08-27 07:31:43 -05:00
parent 28617b5033
commit f5f0bad9aa
No known key found for this signature in database
GPG Key ID: 6D9E12FF03411F4E
2 changed files with 12 additions and 12 deletions

View File

@ -11,7 +11,7 @@ use Symfony\Component\Process\Process;
class Version
{
/** @var string Version that is displayed if no Git repository information is present. */
public const FALLBACK_VERSION = '0.9.6.3';
public const FALLBACK_VERSION = '0.9.6.4';
/** @var CacheInterface */
protected $cache;

View File

@ -5,7 +5,7 @@ info:
license:
name: 'Apache 2.0'
url: 'http://www.apache.org/licenses/LICENSE-2.0.html'
version: 0.9.6.3
version: 0.9.6.4
servers:
-
url: 'https://demo.azuracast.com/api'
@ -1919,7 +1919,7 @@ components:
connected_on:
description: 'UNIX timestamp that the user first connected.'
type: integer
example: 1566978500
example: 1566898473
connected_time:
description: 'Number of seconds that the user has been connected.'
type: integer
@ -2015,7 +2015,7 @@ components:
cued_at:
description: 'UNIX timestamp when the item was cued for playback.'
type: integer
example: 1566978500
example: 1566898473
autodj_custom_uri:
description: 'Custom AutoDJ playback URI, if it exists.'
type: string
@ -2070,7 +2070,7 @@ components:
played_at:
description: 'UNIX timestamp when playback started.'
type: integer
example: 1566978500
example: 1566898473
duration:
description: 'Duration of the song in seconds'
type: integer
@ -2211,7 +2211,7 @@ components:
timestamp:
description: 'The current UNIX timestamp'
type: integer
example: 1566978500
example: 1566898473
type: object
Api_Time:
properties:
@ -2287,10 +2287,10 @@ components:
example: true
created_at:
type: integer
example: 1566978500
example: 1566898473
updated_at:
type: integer
example: 1566978500
example: 1566898473
type: object
Role:
properties:
@ -2443,7 +2443,7 @@ components:
mtime:
description: 'The UNIX timestamp when the database was last modified.'
type: integer
example: 1566978500
example: 1566898473
fade_overlap:
description: 'The length of time (in seconds) before the next song starts in the fade;'
type: number
@ -2668,7 +2668,7 @@ components:
example: true
reactivate_at:
type: integer
example: 1566978500
example: 1566898473
type: object
StationWebhook:
properties:
@ -2731,10 +2731,10 @@ components:
example: A1B2C3D4
created_at:
type: integer
example: 1566978500
example: 1566898473
updated_at:
type: integer
example: 1566978500
example: 1566898473
roles:
items: { }
type: object