Skip to content

Commit f8f34d1

Browse files
committed
Bump version
1 parent d42c436 commit f8f34d1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,14 @@ Commons is an open-source library that provides useful utilities for Java and Mi
2424
<dependency>
2525
<groupId>dev.despical</groupId>
2626
<artifactId>commons</artifactId>
27-
<version>2.0.8</version>
27+
<version>2.0.9</version>
2828
</dependency>
2929
```
3030

3131
### Gradle
3232
```gradle
3333
dependencies {
34-
implementation 'dev.despical:commons:2.0.8'
34+
implementation 'dev.despical:commons:2.0.9'
3535
}
3636
```
3737

0 commit comments

Comments
 (0)