Skip to content

Commit bc2fae0

Browse files
committedJun 17, 2023
1.20.1 update
1 parent d0f6a29 commit bc2fae0

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed
 

‎pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>me.grovre</groupId>
88
<artifactId>ConDump</artifactId>
9-
<version>1.3.2-1.19.3</version>
9+
<version>1.3.3</version>
1010
<packaging>jar</packaging>
1111

1212
<name>ConDump</name>
@@ -69,7 +69,7 @@
6969
<dependency>
7070
<groupId>org.spigotmc</groupId>
7171
<artifactId>spigot-api</artifactId>
72-
<version>1.19.2-R0.1-SNAPSHOT</version>
72+
<version>1.20.1-R0.1-SNAPSHOT</version>
7373
<scope>provided</scope>
7474
</dependency>
7575
<!-- https://mvnrepository.com/artifact/org.kohsuke/github-api -->

‎src/main/resources/plugin.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
name: ConDump
22
version: '${project.version}'
33
main: me.grovre.condump.ConDump
4-
api-version: 1.19
4+
api-version: 1.20
55
authors: [ PoptartFromPluto ]
66
description: Pastes a link to the console log to anybody who calls the method.
7-
website: https://github.com/grovre
87
commands:
98
condump:
109
description: Dumps latest.log to the repo designated in condump's config

0 commit comments

Comments
 (0)
Please sign in to comment.