From a6b7d657a0489d3fb1bc3524fdc0f6984395fc4a Mon Sep 17 00:00:00 2001 From: Aaron Greenspan Date: Thu, 4 Feb 2021 15:21:42 -0700 Subject: [PATCH] ui: 0.2.8 ~> 0.2.9 --- ui/client-manifest.yaml | 2 +- ui/package.json | 2 +- ui/src/app/services/api/mock-api.service.ts | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ui/client-manifest.yaml b/ui/client-manifest.yaml index 6b4cdaf0e..96ca795e3 100644 --- a/ui/client-manifest.yaml +++ b/ui/client-manifest.yaml @@ -1,6 +1,6 @@ manifest-version: 0 app-id: start9-ambassador -app-version: 0.2.8 +app-version: 0.2.9 uri-rewrites: - =/api -> http://{{start9-ambassador}}:5959/authenticate - /api/ -> http://{{start9-ambassador}}:5959/ diff --git a/ui/package.json b/ui/package.json index 77c5059d5..f334ada83 100644 --- a/ui/package.json +++ b/ui/package.json @@ -1,6 +1,6 @@ { "name": "embassy-ui", - "version": "0.2.8", + "version": "0.2.9", "description": "GUI for EmbassyOS", "author": "Start9 Labs", "homepage": "https://github.com/Start9Labs/embassy-ui", diff --git a/ui/src/app/services/api/mock-api.service.ts b/ui/src/app/services/api/mock-api.service.ts index aadbea263..e445a992c 100644 --- a/ui/src/app/services/api/mock-api.service.ts +++ b/ui/src/app/services/api/mock-api.service.ts @@ -414,8 +414,8 @@ const mockApiNotifications: ReqRes.GetNotificationsRes = [ const mockApiServer: () => ReqRes.GetServerRes = () => ({ serverId: 'start9-mockxyzab', name: 'Embassy:12345678', - versionInstalled: '0.2.8', - versionLatest: '0.2.9', + versionInstalled: '0.2.9', + versionLatest: '0.2.10', status: ServerStatus.RUNNING, alternativeRegistryUrl: 'beta-registry.start9labs.com', welcomeAck: true,