We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0b76a2 commit 4a1072aCopy full SHA for 4a1072a
2 files changed
pom.xml
@@ -6,7 +6,7 @@
6
7
<groupId>me.kodysimpson</groupId>
8
<artifactId>SimpAPI</artifactId>
9
- <version>4.2.2</version>
+ <version>4.2.3</version>
10
<packaging>jar</packaging>
11
12
<name>SimpAPI</name>
src/main/java/me/kodysimpson/simpapi/config/ConfigManager.java
@@ -11,7 +11,7 @@
public class ConfigManager {
13
14
- enum FileType{
+ public enum FileType{
15
JSON, YAML
16
}
17
0 commit comments