diff --git a/build.gradle b/build.gradle index be600a13..4cf06a91 100644 --- a/build.gradle +++ b/build.gradle @@ -23,7 +23,7 @@ apply plugin: 'org.spongepowered.mixin' apply plugin: 'com.github.johnrengelman.shadow' apply plugin: 'idea' -version = 'MC1.9-INDEV' +version = 'MC1.10-INDEV' group = "darkevilmac.movingworld" archivesBaseName = "movingworld" @@ -142,4 +142,4 @@ idea { } } } -} \ No newline at end of file +}