From 082260b19df3f261d714167a574026a5583e7452 Mon Sep 17 00:00:00 2001 From: AndiMajore <andi.majore@googlemail.com> Date: Wed, 3 May 2023 20:27:36 +0200 Subject: [PATCH] updated to drugst.one 1.1.17 --- src/app/app.component.ts | 2 +- src/index.html | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/app.component.ts b/src/app/app.component.ts index a6b7e1a..d7d6ee2 100644 --- a/src/app/app.component.ts +++ b/src/app/app.component.ts @@ -10,7 +10,7 @@ import { ThemeService } from 'src/app/services/theme.service'; styleUrls: ['./app.component.scss'], }) export class AppComponent { - public version = "1.1.16" + public version = "1.1.17" 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 01c70c1..7480199 100644 --- a/src/index.html +++ b/src/index.html @@ -54,8 +54,8 @@ /> <script src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/10.7.2/highlight.min.js"></script> - <script type="text/javascript" src="https://cdn.drugst.one/v1.1.16/drugstone.js"></script> - <link rel="stylesheet" href="https://cdn.drugst.one/v1.1.16/styles.css"> + <script type="text/javascript" src="https://cdn.drugst.one/v1.1.17/drugstone.js"></script> + <link rel="stylesheet" href="https://cdn.drugst.one/v1.1.17/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