Skip to content

Commit

Permalink
3.0 - fixes configs not being named when annotation name isn't populated
Browse files Browse the repository at this point in the history
  • Loading branch information
Rongmario committed Mar 26, 2024
1 parent 072da2f commit 03750eb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ repositories {
}
dependencies {
implementation 'com.cleanroommc:configanytime:2.0'
implementation 'com.cleanroommc:configanytime:3.0'
}
```

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
org.gradle.jvmargs = -Xmx3G

# Mod Information
mod_version = 2.0
mod_version = 3.0
maven_group = com.cleanroommc
archives_base_name = configanytime

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
import java.util.Map;
import java.util.Set;

@Mod(modid = "configanytime", name = "ConfigAnytime", version = "2.0")
@Mod(modid = "configanytime", name = "ConfigAnytime", version = "3.0")
public class ConfigAnytime {

// Lookup#findStatic is used as getDeclaredMethod forcefully loads in classes related to any methods in the class body
Expand Down

0 comments on commit 03750eb

Please sign in to comment.