Skip to content

Commit 4a1072a

Browse files
committed
4.2.3
1 parent a0b76a2 commit 4a1072a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>me.kodysimpson</groupId>
88
<artifactId>SimpAPI</artifactId>
9-
<version>4.2.2</version>
9+
<version>4.2.3</version>
1010
<packaging>jar</packaging>
1111

1212
<name>SimpAPI</name>

src/main/java/me/kodysimpson/simpapi/config/ConfigManager.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
public class ConfigManager {
1313

14-
enum FileType{
14+
public enum FileType{
1515
JSON, YAML
1616
}
1717

0 commit comments

Comments
 (0)