diff --git a/package.json b/package.json
index 112b8c8..c7b2a19 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "dependencies": {
-    "@baloise/ds-core": "17.0.0",
-    "@baloise/ds-brand-icons": "17.0.0"
+    "@baloise/ds-core": "17.1.0",
+    "@baloise/ds-brand-icons": "17.1.0"
   }
 }
diff --git a/pom.xml b/pom.xml
index 66a0255..38cc6b3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -8,7 +8,7 @@
 
   <groupId>org.webjars</groupId>
   <artifactId>baloise-design-system</artifactId>
-  <version>17.0.0</version>
+  <version>17.1.0</version>
   <packaging>jar</packaging>
 
   <name>baloise-design-system-webjar</name>
diff --git a/readme.adoc b/readme.adoc
index 20e2552..e6a3795 100644
--- a/readme.adoc
+++ b/readme.adoc
@@ -26,7 +26,7 @@ Now the webjar can be consumed like this:
 <dependency>
     <groupId>org.webjars</groupId>
     <artifactId>baloise-design-system</artifactId>
-    <version>x.x.x</version>
+    <version>17.1.0</version>
 </dependency>
 ...
 ----
@@ -36,9 +36,9 @@ Now the webjar can be consumed like this:
 ----
 ...
 <head>
-	<link rel="stylesheet" href="/webjars/baloise-design-system/17.0.0/@baloise/ds-styles/css/all.min.css" />
-	<script type="module" src="/webjars/baloise-design-system/17.0.0/@baloise/ds-core/dist/baloise-design-system/baloise-design-system.esm.js"></script>
-	<script nomodule src="/webjars/baloise-design-system/17.0.0/@baloise/ds-core/dist/baloise-design-system/baloise-design-system.js"></script>
+	<link rel="stylesheet" href="/webjars/baloise-design-system/17.1.0/@baloise/ds-styles/css/all.min.css" />
+	<script type="module" src="/webjars/baloise-design-system/17.1.0/@baloise/ds-core/dist/baloise-design-system/baloise-design-system.esm.js"></script>
+	<script nomodule src="/webjars/baloise-design-system/17.1.0/@baloise/ds-core/dist/baloise-design-system/baloise-design-system.js"></script>
 </head>
 ...
 ----