From 331bc10856bfa79f048c2574011b6c98e63d980c Mon Sep 17 00:00:00 2001 From: Sven Ehrke Date: Sat, 7 Dec 2024 09:17:35 +0100 Subject: [PATCH] v17.1.0 --- package.json | 4 ++-- pom.xml | 2 +- readme.adoc | 8 ++++---- 3 files changed, 7 insertions(+), 7 deletions(-) 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 @@ org.webjars baloise-design-system - 17.0.0 + 17.1.0 jar baloise-design-system-webjar 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: org.webjars baloise-design-system - x.x.x + 17.1.0 ... ---- @@ -36,9 +36,9 @@ Now the webjar can be consumed like this: ---- ... - - - + + + ... ----