We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18796e2 commit 5cca71eCopy full SHA for 5cca71e
README.md
@@ -17,13 +17,13 @@ Maven:
17
<dependency>
18
<groupId>io.github.sugar-cubes</groupId>
19
<artifactId>sugar-cubes-cloner</artifactId>
20
- <version>1.1.0</version>
+ <version>1.2.0</version>
21
</dependency>
22
```
23
24
Gradle:
25
```groovy
26
-implementation "io.github.sugar-cubes:sugar-cubes-cloner:1.1.0"
+implementation "io.github.sugar-cubes:sugar-cubes-cloner:1.2.0"
27
28
29
It is recommended also to include [Objenesis](https://github.com/easymock/objenesis) library into your application.
version.txt
@@ -1 +1 @@
1
-1.1.0
+1.2.0
0 commit comments