Skip to content

Commit 3a12e23

Browse files
authored
Merge pull request #3 from tuannz2911/main
1.1.3
2 parents 4d138a1 + 7955b9e commit 3a12e23

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
55
<modelVersion>4.0.0</modelVersion>
66

7-
<groupId>me</groupId>
8-
<artifactId>shinthl09</artifactId>
9-
<version>1.0-SNAPSHOT</version>
7+
<groupId>me.shinthl09</groupId>
8+
<artifactId>AuthMePE</artifactId>
9+
<version>1.1.3</version>
1010
<packaging>jar</packaging>
1111

1212
<name>AuthMePE</name>

src/main/java/me/shinthl09/AuthMePE.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ public void onEnable() {
2929
logMessage("&aAuthor:&e ShinTHL09");
3030
logMessage("&aPlugin:&e Has Enable");
3131
logMessage("&aName:&e " + this.getName());
32-
logMessage("&aVersion:&e 1.1.2");
32+
logMessage("&aVersion:&e 1.1.3");
3333
logMessage("&aAdd support folia by Tuanvo0022");
3434
logMessage("&e---------------------");
3535
}
@@ -40,7 +40,7 @@ public void onDisable() {
4040
logMessage("&aAuthor:&e ShinTHL09");
4141
logMessage("&aPlugin:&e Has Disable");
4242
logMessage("&aName:&e " + this.getName());
43-
logMessage("&aVersion:&e 1.1.2");
43+
logMessage("&aVersion:&e 1.1.3");
4444
logMessage("&aAdd support folia by Tuanvo0022");
4545
logMessage("&e---------------------");
4646
getScheduler().cancelTasks(this);

src/main/resources/plugin.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: AuthMePE
2-
version: '1.1.2'
2+
version: '1.1.3'
33
main: me.shinthl09.AuthMePE
4-
api-version: 1.19
4+
api-version: 1.13
55
depend: [ floodgate , AuthMe]
66
author: ShinTHL09
77
folia-supported: true

0 commit comments

Comments
 (0)