We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86823dc commit 1228c1fCopy full SHA for 1228c1f
2 files changed
README.md
@@ -27,14 +27,14 @@ The complete Documentation of the Library is available at the following link: [h
27
<dependency>
28
<groupId>io.github.wldt</groupId>
29
<artifactId>wldt-core</artifactId>
30
- <version>0.6.0</version>
+ <version>0.7.0</version>
31
</dependency>
32
```
33
34
If you are using Gradle use instead the following:
35
36
```groovy
37
-implementation group: 'io.github.wldt', name: 'wldt-core', version: '0.6.0'
+implementation group: 'io.github.wldt', name: 'wldt-core', version: '0.7.0'
38
39
40
---
build.gradle.kts
@@ -1,5 +1,5 @@
1
group = "io.github.wldt"
2
-version = "0.6.0"
+version = "0.7.0"
3
description = "The core library to build White Label Digital Twins"
4
java.sourceCompatibility = JavaVersion.VERSION_1_8
5
0 commit comments