File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 3131 run : zip JavaBotBlockAPI-${{ github.event.release.tag_name }}.zip *.jar
3232 - name : Upload to release
333334+ working-directory : ./build/libs
3435 with :
35- files : ' build/libs/release -${{ github.event.release.tag_name }}.zip;build/libs/ *.jar'
36+ files : ' JavaBotBlockAPI -${{ github.event.release.tag_name }}.zip;*.jar'
3637 repo-token : ${{ secrets.GITHUB_TOKEN }}
3738 sendMessage :
3839 needs : [publish]
Original file line number Diff line number Diff line change 11## Changelog
22This page lists all versions of JavaBotBlockAPI and the changes being made.
33
4- > ### Important
4+ > ### ℹ️ Important
55> - Numbers marked with a ` * ` are not available on bintray.
66> You may use [ jitpack.io] ( https://jitpack.io ) for downloading those.
77> - Numbers marked with a ` ** ` will require you to add ` https://dl.bintray.com/andre601/maven ` to your build.gradle or pom.xml as a repository.
88> - Numbers below version ` 4.0.0 ` use ` com.andre601 ` as package and not ` org.botblock `
99
1010## v5
1111
12+ ### 5.1.7
13+ - Changed ` RatelimitedException ` from extending Throwable to extending RuntimeException.
14+ You no longer need to try-cacth the RatelimitedException.
15+
1216### 5.1.6
1317- Site updated:
1418 - Deprecated ` TOP_GG ` for [ this reason] ( https://imgur.com/sd50Ze4 ) .
You can’t perform that action at this time.
0 commit comments