Skip to content

Commit e6d50f9

Browse files
committed
Bump version to 0.2.8.3-STABLE, update README, and add Javadoc for HookManager method
1 parent 37105d9 commit e6d50f9

3 files changed

Lines changed: 7 additions & 3 deletions

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ plugins {
55
}
66

77
group = 'fr.sandro642.github'
8-
version = '0.2.8.2-STABLE'
8+
version = '0.2.8.3-STABLE'
99

1010
tasks.register('printVersion') {
1111
doLast {

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ And if you thought APIs were complicated, think again! With ConnectLib, it's lik
1717
---
1818

1919
```java
20-
Stable Version: 0.2.8.2-STABLE
20+
Stable Version: 0.2.8.3-STABLE
2121
```
2222

2323
---
@@ -106,7 +106,7 @@ repositories {
106106

107107
dependencies {
108108

109-
implementation("fr.sandro642.github:ConnectLib:0.2.8.2-STABLE")
109+
implementation("fr.sandro642.github:ConnectLib:0.2.8.3-STABLE")
110110

111111
}
112112

src/main/java/fr/sandro642/github/ConnectLib.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,10 @@ public static MCSupport MCSupport() {
145145
return MCSupport.getInstance();
146146
}
147147

148+
/**
149+
* Return the instance of HookManager.
150+
* @return HookManager instance
151+
*/
148152
public static HookManager HookManager() {
149153
return HookManager.getInstance();
150154
}

0 commit comments

Comments
 (0)