diff --git a/src/app/app.component.ts b/src/app/app.component.ts
index a6b7e1aa77ffe62e17890d1924db276f8d0c0d5e..d7d6ee2b1995e790f7bb1590d5dc84781a19efd4 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 01c70c1cf38e22406bbf3796d75f60ea26808304..7480199a16638d6dd7209a5098ce6abcb11408fd 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"> -->