Skip to content

Commit b87b5ce

Browse files
committed
Updated README.md
1 parent 1df56a4 commit b87b5ce

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

.github/README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@ Commons is an open-source library that provides useful utilities for Java and Mi
1212
</div>
1313

1414
## Documentation
15-
- [Wiki](https://github.com/Despical/Commons/wiki)
16-
- [Javadocs](https://despical.github.io/Commons)
15+
- [Javadocs](https://javadoc.despical.dev/commons)
1716
- [Maven Central](https://repo1.maven.org/maven2/dev/despical/commons)
1817
- [Sonatype Central](https://central.sonatype.com/artifact/dev.despical/commons)
1918

@@ -24,14 +23,14 @@ Commons is an open-source library that provides useful utilities for Java and Mi
2423
<dependency>
2524
<groupId>dev.despical</groupId>
2625
<artifactId>commons</artifactId>
27-
<version>2.1.1</version>
26+
<version>2.1.2</version>
2827
</dependency>
2928
```
3029

3130
### Gradle
3231
```gradle
3332
dependencies {
34-
implementation 'dev.despical:commons:2.1.1'
33+
implementation 'dev.despical:commons:2.1.2'
3534
}
3635
```
3736

0 commit comments

Comments
 (0)