Skip to content

Commit 6bb4a6f

Browse files
committed
Feature: update project version to 0.2.5-STABLE and adjust related documentation
1 parent c4217f2 commit 6bb4a6f

2 files changed

Lines changed: 3 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.4.1-SNAPSHOT'
8+
version = '0.2.5-STABLE'
99

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

readme.md

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

99
```java
10-
Stable Version: 0.2.4-STABLE
10+
Stable Version: 0.2.5-STABLE
1111
```
1212

1313
---
@@ -93,7 +93,7 @@ repositories {
9393

9494
dependencies {
9595

96-
implementation("fr.sandro642.github:ConnectLib:0.2.4-STABLE")
96+
implementation("fr.sandro642.github:ConnectLib:0.2.5-STABLE")
9797

9898
}
9999

0 commit comments

Comments
 (0)