From c82b497da168faac8a21add2c1889c17f91d6e03 Mon Sep 17 00:00:00 2001 From: AndiMajore <andi.majore@googlemail.com> Date: Mon, 16 Jan 2023 21:45:08 +0100 Subject: [PATCH] updated drugst.one version --- src/app/app.component.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/app.component.ts b/src/app/app.component.ts index 566c536..9406896 100644 --- a/src/app/app.component.ts +++ b/src/app/app.component.ts @@ -10,8 +10,8 @@ import { ThemeService } from 'src/app/services/theme.service'; styleUrls: ['./app.component.scss'], }) export class AppComponent { - public version = "1.1.5" - public cdnVersion = "prod/v1.1.5" + public version = "1.1.6" + public cdnVersion = "prod/v1.1.6" public host = "https://drugst.one" public cdn = "https://cdn.drugst.one" public backendPath = "https://api.drugst.one/" -- GitLab