Skip to content

Commit df9c9da

Browse files
committed
Bump version to 0.3.1-STABLE and update README with new version details
1 parent 6135e39 commit df9c9da

2 files changed

Lines changed: 4 additions & 4 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.3.0-STABLE'
8+
version = '0.3.1-STABLE'
99

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

readme.md

Lines changed: 3 additions & 3 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.3.0-STABLE
20+
Stable Version: 0.3.1-STABLE
2121
```
2222

2323
---
@@ -43,7 +43,7 @@ Hook -----------------------|
4343
Stay informed about the latest features and updates of ConnectLib.
4444

4545
- Advanced debugging system. Available soon.
46-
46+
[readme.md](readme.md)
4747
---
4848

4949
Changelog:
@@ -115,7 +115,7 @@ repositories {
115115

116116
dependencies {
117117

118-
implementation("fr.sandro642.github:ConnectLib:0.3.0-STABLE")
118+
implementation("fr.sandro642.github:ConnectLib:0.3.1-STABLE")
119119

120120
}
121121

0 commit comments

Comments
 (0)