Skip to content
This repository was archived by the owner on Jun 20, 2022. It is now read-only.

Commit d270338

Browse files
committed
Rename package crashfix -> lecternfix
1 parent 1215c1b commit d270338

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plugins {
44
}
55

66
group = "unknown.developer"
7-
version = "1.0.0-SNAPSHOT"
7+
version = "1.0.1-SNAPSHOT"
88

99
repositories {
1010
mavenCentral()

src/main/java/unknown/developer/crashfix/LecternFix.java renamed to src/main/java/unknown/developer/lecternfix/LecternFix.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package unknown.developer.crashfix;
1+
package unknown.developer.lecternfix;
22

33
import com.comphenix.protocol.PacketType;
44
import com.comphenix.protocol.ProtocolLibrary;

src/main/resources/plugin.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: LecternFix
22
version: '${version}'
3-
main: unknown.developer.crashfix.LecternFix
3+
main: unknown.developer.lecternfix.LecternFix
44
api-version: 1.13
55
authors: [ UnknownDev ]
66
depend:

0 commit comments

Comments
 (0)