Skip to content

Commit 5cca71e

Browse files
author
Maxim Butov
committed
Version 1.2.0.
1 parent 18796e2 commit 5cca71e

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>1.1.0</version>
20+
<version>1.2.0</version>
2121
</dependency>
2222
```
2323

2424
Gradle:
2525
```groovy
26-
implementation "io.github.sugar-cubes:sugar-cubes-cloner:1.1.0"
26+
implementation "io.github.sugar-cubes:sugar-cubes-cloner:1.2.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-
1.1.0
1+
1.2.0

0 commit comments

Comments
 (0)