Skip to content

Commit

Permalink
Release of v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DV8FromTheWorld committed Jan 2, 2016
1 parent 84f89be commit e5d6a3f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ Gradle Downloads Coming Soon™!
## TODO
* Private Messages
* ~~Sending Private Messages~~
* Figure out a good Event system that handles both, private and guild messages
* ~~Figure out a good Event system that handles both, private and guild messages~~
* Implement the Handler-code types other than MESSAGE_CREATE
* ~~Invites~~
* ~~Changing Account details (username, email, avatar, password)~~
Expand Down
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: 2)
def versionObj = new Version(major: 1, minor: 1, revision: 0)
group = "net.dv8tion"
archivesBaseName = "JDA"
version = "${versionObj.toString()}"
Expand Down

0 comments on commit e5d6a3f

Please sign in to comment.