Skip to content

Commit

Permalink
Rename gradle project and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
amadornes committed Dec 22, 2021
1 parent 7f61975 commit ed92b41
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ apply plugin: 'maven-publish'

version = "${_mcversion}_${_version}"
group = 'com.technicalitiesmc'
archivesBaseName = 'SuperCircuitMaker'
archivesBaseName = 'SuperCircuitMaker2'

java.toolchain.languageVersion = JavaLanguageVersion.of(17)

Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
_version=0.0.1
_version=0.0.2
_mcversion=1.18.1
_forgeversion=39.0.7

_libversion=1.0.0
_libversion=0.0.1

0 comments on commit ed92b41

Please sign in to comment.