We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93bb120 commit d506082Copy full SHA for d506082
README.md
@@ -17,13 +17,13 @@ Maven:
17
<dependency>
18
<groupId>io.github.sugar-cubes</groupId>
19
<artifactId>sugar-cubes-cloner</artifactId>
20
- <version>0.0.1</version>
+ <version>1.0.0</version>
21
</dependency>
22
```
23
24
Gradle:
25
```groovy
26
-implementation "io.github.sugar-cubes:sugar-cubes-cloner:0.0.1"
+implementation "io.github.sugar-cubes:sugar-cubes-cloner:1.0.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
-0.0.3
+1.0.0
0 commit comments