ui ceremonial changes for 0.2.12

This commit is contained in:
Keagan McClelland
2021-03-31 14:57:32 -06:00
parent e6dbbf125c
commit 74659d717a
2 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
manifest-version: 0
app-id: start9-ambassador
app-version: 0.2.11
app-version: 0.2.12
uri-rewrites:
- =/api -> http://{{start9-ambassador}}:5959/authenticate
- /api/ -> http://{{start9-ambassador}}:5959/

View File

@@ -492,8 +492,8 @@ const mockApiNotifications: ReqRes.GetNotificationsRes = [
const mockApiServer: () => ReqRes.GetServerRes = () => ({
serverId: 'start9-mockxyzab',
name: 'Embassy:12345678',
versionInstalled: '0.2.11',
versionLatest: '0.2.12',
versionInstalled: '0.2.12',
versionLatest: '0.2.13',
status: ServerStatus.RUNNING,
alternativeRegistryUrl: 'beta-registry.start9labs.com',
welcomeAck: true,