From 792a9d9edfb4bf04c99e9dfdfe12f404ae2c5d13 Mon Sep 17 00:00:00 2001 From: AndiMajore <andi.majore@googlemail.com> Date: Fri, 20 Jan 2023 17:36:23 +0100 Subject: [PATCH] udpated drugst.one version --- src/app/app.component.ts | 4 ++-- src/index.html | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/app.component.ts b/src/app/app.component.ts index 8ae5ca7..675abc7 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.7" - public cdnVersion = "prod/v1.1.7" + public version = "1.1.8" + public cdnVersion = "prod/v1.1.8" public host = "https://drugst.one" public cdn = "https://cdn.drugst.one" public backendPath = "https://api.drugst.one/" diff --git a/src/index.html b/src/index.html index ff0db70..dc07e60 100644 --- a/src/index.html +++ b/src/index.html @@ -32,8 +32,8 @@ <script src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/10.7.2/highlight.min.js"></script> <!-- Latest release (dock1) --> - <script type="text/javascript" src="https://cdn.drugst.one/v1.1.5/prod/drugstone.js"></script> - <link rel="stylesheet" href="https://cdn.drugst.one/v1.1.5/prod/styles.css"> + <script type="text/javascript" src="https://cdn.drugst.one/v1.1.8/prod/drugstone.js"></script> + <link rel="stylesheet" href="https://cdn.drugst.one/v1.1.8/prod/styles.css"> <!-- <script type="text/javascript" src="https://cdn.drugst.one/nightly/drugstone.js"></script>--> <!-- <link rel="stylesheet" href="https://cdn.drugst.one/nightly/styles.css">--> -- GitLab