Skip to content

Commit

Permalink
Config
Browse files Browse the repository at this point in the history
  • Loading branch information
Angeschossen committed Jul 14, 2024
1 parent aad5634 commit 1ddddbf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ java {
}

group = "com.github.angeschossen"
version = "1.0.25"
version = "1.0.26"
description = "PluginFrameworkAPI"
java.sourceCompatibility = JavaVersion.VERSION_1_8

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
package com.github.angeschossen.pluginframework.api.locale;

public enum Environment {
MINECRAFT, DISCORD
}

0 comments on commit 1ddddbf

Please sign in to comment.