Skip to content

Commit cf30013

Browse files
committed
Release 0.4.1
1 parent aec5f57 commit cf30013

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -6,32 +6,32 @@ Delayed reactions, fashioned from tools you already have sitting around your she
66

77
## installation
88

9-
The current version of odelay is `0.4.0` and targets scala 2.12+. The odelay-twitter module is not published for 2.11.*.
9+
The current version of odelay is `0.4.1` and targets scala 2.12+. The odelay-twitter module is not published for 2.11.*.
1010

1111
### modules
1212

1313
* `odelay-core` odelay core interfaces and default jdk backed timer
1414

1515
```scala
16-
libraryDependencies += "com.softwaremill.odelay" %% "odelay-core" % "0.4.0"
16+
libraryDependencies += "com.softwaremill.odelay" %% "odelay-core" % "0.4.1"
1717
```
1818

1919
* `odelay-netty` netty 4 backed odelay timer interface
2020

2121
```scala
22-
libraryDependencies += "com.softwaremill.odelay" %% "odelay-netty" % "0.4.0"
22+
libraryDependencies += "com.softwaremill.odelay" %% "odelay-netty" % "0.4.1"
2323
```
2424

2525
* `odelay-netty3` netty 3 backed odelay timer interface
2626

2727
```scala
28-
libraryDependencies += "com.softwaremill.odelay" %% "odelay-netty3" % "0.4.0"
28+
libraryDependencies += "com.softwaremill.odelay" %% "odelay-netty3" % "0.4.1"
2929
```
3030

3131
* `odelay-twitter` twitter util backed odelay timer interface
3232

3333
```scala
34-
libraryDependencies += "com.softwaremill.odelay" %% "odelay-twitter" % "0.4.0"
34+
libraryDependencies += "com.softwaremill.odelay" %% "odelay-twitter" % "0.4.1"
3535
```
3636

3737
## usage

0 commit comments

Comments
 (0)