We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39d037f commit f0ed03bCopy full SHA for f0ed03b
1 file changed
pom.xml
@@ -7,7 +7,7 @@
7
8
<groupId>tech.xigam</groupId>
9
<artifactId>CCH</artifactId>
10
- <version>1.6.1</version>
+ <version>1.6.2</version>
11
12
<name>Complex Command Handler</name>
13
<description>A really useful and simple command handler for JDA.</description>
@@ -28,6 +28,7 @@
28
<!-- 1.5.0 - Implement buttons and handle attachments. -->
29
<!-- 1.6.0 - Implement selection menus. -->
30
<!-- 1.6.1 - Store the member in callbacks. -->
31
+ <!-- 1.6.2 - Additional bug fixes + internal clean-up. -->
32
33
<properties>
34
<maven.compiler.source>17</maven.compiler.source>
0 commit comments