Skip to content

Commit

Permalink
Release of v1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
DV8FromTheWorld committed Dec 27, 2015
1 parent 1e80b1b commit c19815d
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 @@ -4,7 +4,7 @@ apply plugin: 'java'
apply plugin: 'maven'
apply plugin: 'signing'

def versionObj = new Version(major: 1, minor: 0, revision: 1)
def versionObj = new Version(major: 1, minor: 0, revision: 2)
group = "net.dv8tion"
archivesBaseName = "JDA"
version = "${versionObj.toString()}-SNAPSHOT"
Expand Down

0 comments on commit c19815d

Please sign in to comment.