preps 0.2.14 messaging and version bumps

This commit is contained in:
Keagan McClelland
2021-07-13 12:31:56 -06:00
parent 6334d79c01
commit 0ac0da0ebf
5 changed files with 1304 additions and 1541 deletions

View File

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