Skip to content

Commit 040b58a

Browse files
committed
Update version
1 parent c781f00 commit 040b58a

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ plugins{
77
}
88

99
group = 'com.andre601'
10-
version = '1.1.0'
10+
version = '2.0.0'
1111

1212
sourceCompatibility = 1.8
1313

@@ -52,7 +52,7 @@ bintray{
5252
repo = 'maven'
5353
name = 'JavaBotBlockAPI'
5454
licenses = ['MIT']
55-
vcsUrl = 'https://github.com/Andre601/JavaBotBlockAPI'
55+
vcsUrl = 'https://github.com/JavaBotBlockAPI/JavaBotBlockAPI'
5656
version{
5757
name = project.version
5858
released = new Date()

release-notes.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
1+
## v2.0.0
2+
- Added new get methods for bot and botlist infos.
3+
- Updated JDA version to 4
4+
15
## v1.0.5
2-
- Updated minimal delay to 2 since ratelimit is 1/120s.
6+
- Updated minimal delay to 2 since rate limit is 1/120s.
37

48
## v1.0.4
59
- RequestHandler now no longer allows values in itself. Instead you provide them through the postGuilds or startAutoPosting methods.

0 commit comments

Comments
 (0)