Skip to content

Commit f803647

Browse files
authored
Merge pull request #16 from ice-games/chore/updatereadmeandsecurityfor1.3
Updated README.md & SECURITY.md for 1.3
2 parents 1688b69 + f485db7 commit f803647

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Designed to make developing bots faster and simpler!
1616
<dependency>
1717
<groupId>com.github.ice-games</groupId>
1818
<artifactId>java-discord-framework</artifactId>
19-
<version>1.2.2</version>
19+
<version>1.3</version>
2020
</dependency>
2121
```
2222

SECURITY.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
| Version | Supported |
66
| ------- | ------------------ |
7+
| 1.3 | :white_check_mark: |
78
| 1.2 | :white_check_mark: |
89
| 1.1 | :white_check_mark: |
910
| 1.0 | :white_check_mark: |

src/main/java/com/seailz/jdaframework/utils/TriConsumer.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
* @param <T> Type
3636
* @param <U> Value 1
3737
* @param <U1> Value 2
38+
* @author Negative - https://www.github.com/negative-games
3839
*/
3940
@FunctionalInterface
4041
public interface TriConsumer<T, U, U1> {

0 commit comments

Comments
 (0)