Skip to content

Commit 56f8369

Browse files
committed
Release version: 4.1.0
1 parent 131083a commit 56f8369

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SAP Commerce Gradle Plugins 4.0.0
1+
# SAP Commerce Gradle Plugins 4.1.0
22

33
[![Actions Status](https://github.com/SAP/commerce-gradle-plugin/workflows/Gradle%20CI/badge.svg)](https://github.com/SAP/commerce-gradle-plugin/actions)
44
[![REUSE status](https://api.reuse.software/badge/github.com/SAP/commerce-gradle-plugin)](https://api.reuse.software/info/github.com/SAP/commerce-gradle-plugin)
@@ -40,7 +40,7 @@ Here is how you get started with the plugins for your SAP Commerce project.
4040

4141
```kotlin
4242
plugins {
43-
id("sap.commerce.build.ccv2") version("4.0.0")
43+
id("sap.commerce.build.ccv2") version("4.1.0")
4444
}
4545
```
4646

@@ -61,8 +61,8 @@ Here is how you get started with the plugins for your SAP Commerce project.
6161

6262
```kotlin
6363
plugins {
64-
id("sap.commerce.build") version("4.0.0")
65-
id("sap.commerce.build.ccv2") version("4.0.0")
64+
id("sap.commerce.build") version("4.1.0")
65+
id("sap.commerce.build.ccv2") version("4.1.0")
6666
}
6767

6868
repositories {

0 commit comments

Comments
 (0)