Skip to content

Commit ff17694

Browse files
authored
Update README.md
1 parent b82bbc4 commit ff17694

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ repositories {
4848
}
4949

5050
dependencies {
51-
compileOnly 'com.github.max1mde:ChatBubbles-API:1.4.1'
51+
compileOnly 'com.github.max1mde:ChatBubbles-API:1.5.3'
5252
}
5353
```
5454
Kotlin DSL
@@ -58,7 +58,7 @@ repositories {
5858
}
5959

6060
dependencies {
61-
compileOnly("com.github.max1mde:ChatBubbles-API:1.4.1")
61+
compileOnly("com.github.max1mde:ChatBubbles-API:1.5.3")
6262
}
6363
```
6464

@@ -74,7 +74,7 @@ dependencies {
7474
<dependency>
7575
<groupId>com.github.max1mde</groupId>
7676
<artifactId>ChatBubbles-API</artifactId>
77-
<version>1.4.1</version>
77+
<version>1.5.3</version>
7878
<scope>provided</scope>
7979
</dependency>
8080
```

0 commit comments

Comments
 (0)