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

Commit

Permalink
Rename package crashfix -> lecternfix
Browse files Browse the repository at this point in the history
  • Loading branch information
vLuckyyy committed Apr 5, 2022
1 parent 1215c1b commit d270338
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
}

group = "unknown.developer"
version = "1.0.0-SNAPSHOT"
version = "1.0.1-SNAPSHOT"

repositories {
mavenCentral()
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package unknown.developer.crashfix;
package unknown.developer.lecternfix;

import com.comphenix.protocol.PacketType;
import com.comphenix.protocol.ProtocolLibrary;
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/plugin.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: LecternFix
version: '${version}'
main: unknown.developer.crashfix.LecternFix
main: unknown.developer.lecternfix.LecternFix
api-version: 1.13
authors: [ UnknownDev ]
depend:
Expand Down

0 comments on commit d270338

Please sign in to comment.