Skip to content

Commit 1228c1f

Browse files
committed
Minor changes in the README and Gradle files
1 parent 86823dc commit 1228c1f

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,14 @@ The complete Documentation of the Library is available at the following link: [h
2727
<dependency>
2828
<groupId>io.github.wldt</groupId>
2929
<artifactId>wldt-core</artifactId>
30-
<version>0.6.0</version>
30+
<version>0.7.0</version>
3131
</dependency>
3232
```
3333

3434
If you are using Gradle use instead the following:
3535

3636
```groovy
37-
implementation group: 'io.github.wldt', name: 'wldt-core', version: '0.6.0'
37+
implementation group: 'io.github.wldt', name: 'wldt-core', version: '0.7.0'
3838
```
3939

4040
---

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
group = "io.github.wldt"
2-
version = "0.6.0"
2+
version = "0.7.0"
33
description = "The core library to build White Label Digital Twins"
44
java.sourceCompatibility = JavaVersion.VERSION_1_8
55

0 commit comments

Comments
 (0)