diff --git a/index.html b/index.html
index 2967a8a299b853a39e90555fc645ed25efcd83c4..d3d4ef306214a91f27fb292f4c46bd1f62d84b99 100644
--- a/index.html
+++ b/index.html
@@ -48,10 +48,11 @@
                 cursor: pointer;
             }
         </style>
-        <script src="https://cdn.rawgit.com/myuw-web-components/myuw-app-styles/6f62858b/myuw-app-styles.js"></script>
+        <script type="module" src="https://unpkg.com/@myuw-web-components/myuw-app-styles@^1?module"></script>
+        <script nomodule src="https://unpkg.com/@myuw-web-components/myuw-app-styles@^1"></script>
 
-        <script type="module" src="https://unpkg.com/@myuw-web-components/myuw-app-bar?module"></script>
-        <script nomodule src="https://unpkg.com/@myuw-web-components/myuw-app-bar"></script>
+        <script type="module" src="https://unpkg.com/@myuw-web-components/myuw-app-bar@^1?module"></script>
+        <script nomodule src="https://unpkg.com/@myuw-web-components/myuw-app-bar@^1"></script>
 
         <script type="module" src="./dist/myuw-profile.mjs"></script>
         <script nomodule src="./dist/myuw-profile.mjs"></script>