Skip to content

Commit d506082

Browse files
author
Maxim Butov
committed
Version 1.0.0
1 parent 93bb120 commit d506082

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ Maven:
1717
<dependency>
1818
<groupId>io.github.sugar-cubes</groupId>
1919
<artifactId>sugar-cubes-cloner</artifactId>
20-
<version>0.0.1</version>
20+
<version>1.0.0</version>
2121
</dependency>
2222
```
2323

2424
Gradle:
2525
```groovy
26-
implementation "io.github.sugar-cubes:sugar-cubes-cloner:0.0.1"
26+
implementation "io.github.sugar-cubes:sugar-cubes-cloner:1.0.0"
2727
```
2828

2929
It is recommended also to include [Objenesis](https://github.com/easymock/objenesis) library into your application.

Diff for: version.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.0.3
1+
1.0.0

0 commit comments

Comments
 (0)