Skip to content

Commit adb5339

Browse files
committed
Update javadocs
1 parent 3645e2b commit adb5339

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ To install it, you will need:
1616

1717
```Groovy
1818
dependencies {
19-
implementation group: 'io.github.amayaframework', name: 'amaya-core', version: '2.0.1'
19+
implementation group: 'io.github.amayaframework', name: 'amaya-core', version: '2.0.2'
2020
}
2121
```
2222

@@ -26,7 +26,7 @@ dependencies {
2626
<dependency>
2727
<groupId>io.github.amayaframework</groupId>
2828
<artifactId>amaya-core</artifactId>
29-
<version>2.0.1</version>
29+
<version>2.0.2</version>
3030
</dependency>
3131
```
3232

@@ -38,7 +38,7 @@ dependencies {
3838

3939
```Gradle
4040
dependencies {
41-
implementation group: 'io.github.amayaframework', name: 'amaya-core', version: '2.0.1'
41+
implementation group: 'io.github.amayaframework', name: 'amaya-core', version: '2.0.2'
4242
implementation group: 'io.github.amayaframework', name: 'amaya-jetty', version: '1.0.0'
4343
}
4444
```

0 commit comments

Comments
 (0)