Skip to content

Commit

Permalink
fix(forge16): prevent weird UI crash
Browse files Browse the repository at this point in the history
  • Loading branch information
danorris709 committed Aug 25, 2022
1 parent de17f58 commit 74b39d1
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ subprojects {
apply plugin: 'java'

group = 'com.envyful.better.dex.rewards'
version = '3.0.8'
version = '3.1.0'

sourceCompatibility = 1.8
targetCompatibility = 1.8
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
)
public class BetterDexRewards {

protected static final String VERSION = "3.0.8";
protected static final String VERSION = "3.1.0";

private static BetterDexRewards instance;

Expand Down
6 changes: 3 additions & 3 deletions forge16/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,11 @@ dependencies {

shadow group: 'org.spongepowered', name: 'configurate-yaml', version: '4.0.0'

shadow (group: 'com.github.EnvyWare.API', name: 'commons', version: '2.6.9')
shadow (group: 'com.github.EnvyWare.API', name: 'forge16', version: '2.6.9') {
shadow (group: 'com.github.EnvyWare.API', name: 'commons', version: '3.2.0')
shadow (group: 'com.github.EnvyWare.API', name: 'forge16', version: '3.2.0') {
transitive = false
}
shadow (group: 'com.github.EnvyWare.API', name: 'reforged16', version: '2.6.9') {
shadow (group: 'com.github.EnvyWare.API', name: 'reforged16', version: '3.2.0') {
transitive = false
}
}
Expand Down
2 changes: 1 addition & 1 deletion forge16/src/main/resources/META-INF/mods.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ issueTrackerURL="https://github.com/EnvyWare/BetterDexRewards/issues"

[[mods]]
modId="betterdexrewards"
version="3.0.8"
version="3.1.0"
displayName="BetterDexRewards Forge"
displayURL="https://github.com/EnvyWare"
credits="https://github.com/EnvyWare"
Expand Down

0 comments on commit 74b39d1

Please sign in to comment.