Skip to content

Commit 17321fc

Browse files
committed
Feature: update project version to 0.2.6-STABLE and adjust Java SDK references in configuration
1 parent 25e90f8 commit 17321fc

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.idea/misc.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.5-STABLE'
8+
version = '0.2.6-STABLE'
99

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

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.5-STABLE
10+
Stable Version: 0.2.6-STABLE
1111
```
1212

1313
---
1414

1515
```java
16-
Support Lib : SDK 8
16+
Support Lib : Java 23
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.5-STABLE")
96+
implementation("fr.sandro642.github:ConnectLib:0.2.6-STABLE")
9797

9898
}
9999

0 commit comments

Comments
 (0)