Skip to content

Commit 358cd52

Browse files
committed
Bump version to 0.2.8-STABLE in build.gradle and update README
1 parent c3510e3 commit 358cd52

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.7.2-STABLE'
8+
version = '0.2.8-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.7.2-STABLE
20+
Stable Version: 0.2.8-STABLE
2121
```
2222

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

107107
dependencies {
108108

109-
implementation("fr.sandro642.github:ConnectLib:0.2.7.2-STABLE")
109+
implementation("fr.sandro642.github:ConnectLib:0.2.8-STABLE")
110110

111111
}
112112

0 commit comments

Comments
 (0)