diff options
Diffstat (limited to 'settings.gradle')
-rw-r--r-- | settings.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/settings.gradle b/settings.gradle index 01ea5f121a..f77b184058 100644 --- a/settings.gradle +++ b/settings.gradle @@ -23,6 +23,6 @@ plugins { blowdryerSetup { repoSubfolder 'gtnhShared' - github('GTNewHorizons/ExampleMod1.7.10', 'tag', '0.2.0') + github('GTNewHorizons/ExampleMod1.7.10', 'tag', '0.2.1') //devLocal '.' // Use this when testing config updates locally } |