Skip to content

Commit c8c48cc

Browse files
committed
v0.4.0
1 parent 45274fd commit c8c48cc

File tree

3 files changed

+95
-199
lines changed

3 files changed

+95
-199
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Supported database systems:
2727
### Documentation
2828

2929
- [Java Usage Guide](./docs/java-usage-guide.md)
30-
- [Javadoc](https://javadoc.io/doc/org.funfix/delayedqueue-jvm/0.3.2/org/funfix/tasks/jvm/package-summary.html)
30+
- [Javadoc](https://javadoc.io/doc/org.funfix/delayedqueue-jvm/0.4.0/org/funfix/tasks/jvm/package-summary.html)
3131
- [Internals](./docs/internals.md)
3232

3333
---
@@ -37,20 +37,20 @@ Maven:
3737
<dependency>
3838
<groupId>org.funfix</groupId>
3939
<artifactId>delayedqueue-jvm</artifactId>
40-
<version>0.3.2</version>
40+
<version>0.4.0</version>
4141
</dependency>
4242
```
4343

4444
Gradle:
4545
```kotlin
4646
dependencies {
47-
implementation("org.funfix:delayedqueue-jvm:0.3.2")
47+
implementation("org.funfix:delayedqueue-jvm:0.4.0")
4848
}
4949
```
5050

5151
sbt:
5252
```scala
53-
libraryDependencies += "org.funfix" % "delayedqueue-jvm" % "0.3.2"
53+
libraryDependencies += "org.funfix" % "delayedqueue-jvm" % "0.4.0"
5454
```
5555

5656
You will need to add a supported JDBC driver:

0 commit comments

Comments
 (0)