Skip to content

Commit b264849

Browse files
committed
Feature: update project version to 0.2.3-STABLE and adjust related documentation
1 parent 2be9821 commit b264849

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

build.gradle

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

77
group = 'fr.sandro642.github'
8-
version = '0.2.2-STABLE'
8+
version = '0.2.3-STABLE'
99

1010
tasks.register('printVersion') {
1111
doLast {
@@ -51,7 +51,7 @@ tasks.test {
5151

5252
java {
5353
withSourcesJar()
54-
withJavadocJar()
54+
//withJavadocJar()
5555
}
5656

5757
publishing {

readme.md

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

99
```java
10-
Stable Version: 0.2.2-STABLE
10+
Stable Version: 0.2.3-STABLE
1111
```
1212

1313
---
1414

1515
```java
16-
Support Lib 23 | Future 24
16+
Support Lib 23 | Future 8
1717

1818
Hook -----------------------|
1919
- Support Minecraft 1.8
@@ -93,7 +93,7 @@ repositories {
9393

9494
dependencies {
9595

96-
implementation("fr.sandro642.github:ConnectLib:0.2.2-STABLE")
96+
implementation("fr.sandro642.github:ConnectLib:0.2.3-STABLE")
9797

9898
}
9999

0 commit comments

Comments
 (0)