Skip to content

Commit

Permalink
Increased version
Browse files Browse the repository at this point in the history
  • Loading branch information
Buuz135 committed Jul 24, 2018
1 parent f766633 commit 8ef6958
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ def release = System.getenv("RELEASE") != null && !System.getenv("RELEASE").equa
tasks.curseforge.enabled = release && project.hasProperty('curse_api')
curseforge {
if (project.hasProperty('curse_api')) {
apiKey = project.curse_api
apiKey = project.getAt('curse_api')
}
project {
id = '293536'
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
modGroup=com.buuz135
minecraftVersion=1.12
modVersion=1.0
modVersion=1.0.1
modBaseName=HotOrNot
forgeVersion=1.12.2-14.23.4.2739
mcpVersion=snapshot_20180508

0 comments on commit 8ef6958

Please sign in to comment.