Skip to content

Commit

Permalink
Release of v1.0.0
Browse files Browse the repository at this point in the history
Fixed OSSRH uploading.
  • Loading branch information
DV8FromTheWorld committed Dec 25, 2015
1 parent 10275e3 commit c78c780
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ apply plugin: 'signing'
def versionObj = new Version(major: 1, minor: 0, revision: 0)
group = "net.dv8tion"
archivesBaseName = "JDA"
version = versionObj.toString()
version = "${versionObj.toString()}-SNAPSHOT"

sourceCompatibility = 1.8
targetCompatibility = 1.8
Expand Down

0 comments on commit c78c780

Please sign in to comment.