Skip to content

Commit

Permalink
Release of v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DV8FromTheWorld committed Feb 27, 2016
1 parent b328fc7 commit 1a3223a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,11 +71,13 @@ Current Promoted Version:
![JDA promoted verison](https://www.dropbox.com/s/4jddygn33340uf4/version.png?dl=1)

You can get the latest promoted builds here:
[Promoted Downloads](https://github.com/DV8FromTheWorld/JDA/releases)
[Promoted Downloads](https://github.com/DV8FromTheWorld/JDA/releases)<br>
(Contains information about Maven and Gradle distribution)


If you want the most up-to-date builds, you can get them here: [Beta Build Downloads](http://home.dv8tion.net:8080/job/JDA/)<br>
**Note:** It is quite possible that these are broken or bugged. Use with caution.
**Note:** It is quite possible that these are broken or bugged. Use with caution.<br>
The dev builds are also available for maven/gradle on JCenter through Bintray [JDA JCenter Bintray](https://bintray.com/dv8fromtheworld/maven/JDA/)

## Docs
Javadocs are available in both jar format and web format.<br>
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ apply plugin: 'maven'
apply plugin: 'signing'
apply plugin: 'eclipse'

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

0 comments on commit 1a3223a

Please sign in to comment.