Skip to content

Commit

Permalink
🚀 DiSky v4.19.0 - JDA v5.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ItsTheSky committed Sep 4, 2024
1 parent c90e18e commit de9d2f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ group = 'info.itsthesky'
// Semantic Versioning
def major = '4'
def minor = '18'
def patch = '0'
def patch = '1'

def channel = ''
def channelVersion = ''
Expand All @@ -34,7 +34,7 @@ dependencies {

// Commits: com.github.dv8fromtheworld:jda
// Stable: net.dv8tion:JDA
implementation 'net.dv8tion:JDA:5.0.1'
implementation 'net.dv8tion:JDA:5.1.0'

// Class manipulation
implementation 'net.bytebuddy:byte-buddy:1.11.22'
Expand Down

0 comments on commit de9d2f9

Please sign in to comment.