We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1689cb commit 3832805Copy full SHA for 3832805
README.md
@@ -14,7 +14,7 @@ repositories {
14
}
15
16
dependencies {
17
- implementation 'io.typst:command-bukkit:3.1.4'
+ implementation 'io.typst:command-bukkit:3.1.5'
18
19
```
20
@@ -24,7 +24,7 @@ dependencies {
24
<dependency>
25
<groupId>io.typst</groupId>
26
<artifactId>command-bukkit</artifactId>
27
- <version>3.1.4</version>
+ <version>3.1.5</version>
28
</dependency>
29
30
build.gradle
@@ -20,7 +20,7 @@ tasks.register("publishCentralPortal") {
21
allprojects {
22
group 'io.typst'
23
- version '3.1.4'
+ version '3.1.5'
def moduleName = name.substring(name.indexOf('-') + 1)
ext.registerPublish = {
publishing {
0 commit comments