소스 검색

versioning starts

Unknown 6 년 전
부모
커밋
05ef998a73
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      build.gradle

+ 1 - 1
build.gradle

@@ -16,7 +16,7 @@ apply plugin: 'org.spongepowered.mixin'
 apply plugin: 'java'
 
 group 'me.shedaniel'
-version '1.0b-SNAPSHOT'
+version '1.0b-1'
 archivesBaseName = 'RoughlyEnoughItems'
 
 sourceCompatibility = 1.8