Skip to content

Commit

Permalink
⚡ DiSky v4.21.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ItsTheSky committed Nov 24, 2024
1 parent b81b0ff commit e432794
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ group = 'info.itsthesky'

// Semantic Versioning
def major = '4'
def minor = '20'
def patch = '2'
def minor = '21'
def patch = '0'

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

// Commits: com.github.dv8fromtheworld:jda
// Stable: net.dv8tion:JDA
implementation 'net.dv8tion:JDA:5.1.2'
implementation 'net.dv8tion:JDA:5.2.0'

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

0 comments on commit e432794

Please sign in to comment.