diff --git a/src/app/app.component.ts b/src/app/app.component.ts index 8ae5ca7dc179e22c7dc1c4ab0377c9cc172765b4..675abc7f7d22c022d0dec15655fb8c1a03344075 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 ff0db700ca19387f9068ddb76457d1406fe5afc9..dc07e60d143d230d42f11391b69e4c58ea8266a2 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">-->