Skip to content

Commit f7beb0f

Browse files
committed
docs: update apollo-protos versions
1 parent 2070227 commit f7beb0f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/developers/lightweight/protobuf/getting-started.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Available fields for each message, including their types, are available on the B
2626
<dependency>
2727
<groupId>com.lunarclient</groupId>
2828
<artifactId>apollo-protos</artifactId>
29-
<version>1.0-SNAPSHOT</version>
29+
<version>0.0.2</version>
3030
</dependency>
3131
</dependencies>
3232
```
@@ -41,7 +41,7 @@ Available fields for each message, including their types, are available on the B
4141
}
4242
4343
dependencies {
44-
api 'com.lunarclient:apollo-protos:1.0-SNAPSHOT'
44+
api 'com.lunarclient:apollo-protos:0.0.2'
4545
}
4646
```
4747
</Tab>
@@ -55,7 +55,7 @@ Available fields for each message, including their types, are available on the B
5555
}
5656

5757
dependencies {
58-
api("com.lunarclient:apollo-protos:1.0-SNAPSHOT")
58+
api("com.lunarclient:apollo-protos:0.0.2")
5959
}
6060
```
6161
</Tab>

0 commit comments

Comments
 (0)