Skip to content

Commit d4485a4

Browse files
committed
Bump Apollo to 1.1.4
1 parent 0bfb2db commit d4485a4

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

maven-repository.mdx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -53,34 +53,34 @@ Visiting the root of the repository in a web browser will redirect to this page,
5353
<dependency>
5454
<groupId>com.lunarclient</groupId>
5555
<artifactId>apollo-api</artifactId>
56-
<version>1.1.3</version>
56+
<version>1.1.4</version>
5757
</dependency>
5858
<!-- For Adventure support add the following dependency. -->
5959
<dependency>
6060
<groupId>com.lunarclient</groupId>
6161
<artifactId>apollo-extra-adventure4</artifactId>
62-
<version>1.1.3</version>
62+
<version>1.1.4</version>
6363
</dependency>
6464
</dependencies>
6565
```
6666
</Tab>
6767
<Tab>
6868
```groovy filename="build.gradle"
6969
dependencies {
70-
compileOnly 'com.lunarclient:apollo-api:1.1.3'
70+
compileOnly 'com.lunarclient:apollo-api:1.1.4'
7171
7272
// For Adventure support add the following dependency.
73-
compileOnly 'com.lunarclient:apollo-extra-adventure4:1.1.3'
73+
compileOnly 'com.lunarclient:apollo-extra-adventure4:1.1.4'
7474
}
7575
```
7676
</Tab>
7777
<Tab>
7878
```kotlin filename="build.gradle.kts"
7979
dependencies {
80-
compileOnly("com.lunarclient:apollo-api:1.1.3")
80+
compileOnly("com.lunarclient:apollo-api:1.1.4")
8181

8282
// For Adventure support add the following dependency.
83-
compileOnly("com.lunarclient:apollo-extra-adventure4:1.1.3")
83+
compileOnly("com.lunarclient:apollo-extra-adventure4:1.1.4")
8484
}
8585
```
8686
</Tab>

0 commit comments

Comments
 (0)