Skip to content

Commit 48d5838

Browse files
committed
Update version to 0.3.8.1-DEV_BUILD and remove stable version references from README
1 parent 8d4c446 commit 48d5838

2 files changed

Lines changed: 1 addition & 31 deletions

File tree

README.md

Lines changed: 0 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,6 @@ And if you thought APIs were complicated, think again! With ConnectLib, it's lik
1616
1717
---
1818

19-
```java
20-
Stable Version: 0.3.8-STABLE
21-
```
22-
23-
---
24-
2519
```java[build.gradle](build.gradle)
2620
Support Lib : Java 23
2721
@@ -103,24 +97,6 @@ Imagine an API that doesn't just connect services, but becomes the conductor of
10397

10498
## 🧑‍💻 Usage Example
10599

106-
Library Import
107-
```java
108-
repositories {
109-
110-
maven {
111-
url = uri("https://sandro642.github.io/connectlib/jar")
112-
}
113-
114-
}
115-
116-
dependencies {
117-
118-
implementation("fr.sandro642.github:ConnectLib:0.3.8-STABLE")
119-
120-
}
121-
122-
```
123-
124100
More examples HERE: [ExampleUsages.java](src/main/java/fr/sandro642/github/example/ExampleUsages.java)
125101

126102
---
@@ -141,12 +117,6 @@ More examples HERE: [ExampleUsages.java](src/main/java/fr/sandro642/github/examp
141117

142118
---
143119

144-
## 🧠 Evolution Ideas
145-
146-
- Adding connectors for new services
147-
- Web management interface
148-
- Plugin system
149-
150120
---
151121

152122
## 📞 Contact

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

1010
// Générer une classe de version automatiquement
1111
task generateVersionClass {

0 commit comments

Comments
 (0)