Skip to content

Commit

Permalink
Fix versioning issues
Browse files Browse the repository at this point in the history
  • Loading branch information
juraj-hrivnak committed Sep 4, 2022
1 parent bd4109f commit 060e38b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ buildscript {
apply plugin: "net.minecraftforge.gradle.forge"

group = 'org.teamrtg'
version = '1.12.2-6.1.0.0-snapshot.3'
archivesBaseName = 'RTG'
version = '1.12.2-6.1.0.0'
archivesBaseName = 'RTGu'

minecraft {
version = project.forgeVersion
Expand Down

0 comments on commit 060e38b

Please sign in to comment.