Skip to content

Commit f92c46b

Browse files
committed
Merge remote-tracking branch 'origin/main'
2 parents b3a5dbf + 0d40a98 commit f92c46b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<a href="https://jitpack.io/#max1mde/ChatBubbles-API">
44
<img src="https://jitpack.io/v/max1mde/ChatBubbles-API.svg">
55
</a>
6-
<h1>The official api of the plugin better chat bubbles</h1>
6+
<h1>The official api of the plugin Better Chat Bubbles</h1>
77
<p>Remove, create new or modify existing chat bubbles on any living entity as you like</p>
88
</div>
99

@@ -48,7 +48,7 @@ repositories {
4848
}
4949

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

6060
dependencies {
61-
compileOnly("com.github.max1mde:ChatBubbles-API:1.4.0")
61+
compileOnly("com.github.max1mde:ChatBubbles-API:1.4.1")
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.0</version>
77+
<version>1.4.1</version>
7878
<scope>provided</scope>
7979
</dependency>
8080
```

0 commit comments

Comments
 (0)