Skip to content

Commit 3832805

Browse files
committed
fix: presented optional arg in fallback
1 parent c1689cb commit 3832805

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ repositories {
1414
}
1515
1616
dependencies {
17-
implementation 'io.typst:command-bukkit:3.1.4'
17+
implementation 'io.typst:command-bukkit:3.1.5'
1818
}
1919
```
2020

@@ -24,7 +24,7 @@ dependencies {
2424
<dependency>
2525
<groupId>io.typst</groupId>
2626
<artifactId>command-bukkit</artifactId>
27-
<version>3.1.4</version>
27+
<version>3.1.5</version>
2828
</dependency>
2929
```
3030

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ tasks.register("publishCentralPortal") {
2020

2121
allprojects {
2222
group 'io.typst'
23-
version '3.1.4'
23+
version '3.1.5'
2424
def moduleName = name.substring(name.indexOf('-') + 1)
2525
ext.registerPublish = {
2626
publishing {

0 commit comments

Comments
 (0)