Skip to content

Commit 9036a84

Browse files
committed
README updated
1 parent 7fc3990 commit 9036a84

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Feedback and pull-requests welcome!
2323
<dependency>
2424
<groupId>net.javacrumbs.shedlock</groupId>
2525
<artifactId>shedlock-spring</artifactId>
26-
<version>0.4.0</version>
26+
<version>0.4.1</version>
2727
</dependency>
2828
```
2929

@@ -78,7 +78,7 @@ Import the project
7878
<dependency>
7979
<groupId>net.javacrumbs.shedlock</groupId>
8080
<artifactId>shedlock-provider-mongo</artifactId>
81-
<version>0.4.0</version>
81+
<version>0.4.1</version>
8282
</dependency>
8383
```
8484

@@ -118,7 +118,7 @@ Add dependency
118118
<dependency>
119119
<groupId>net.javacrumbs.shedlock</groupId>
120120
<artifactId>shedlock-provider-jdbc-template</artifactId>
121-
<version>0.4.0</version>
121+
<version>0.4.1</version>
122122
</dependency>
123123
```
124124

@@ -144,7 +144,7 @@ For those who do not want to use jdbc-template, there is plain JDBC lock provide
144144
<dependency>
145145
<groupId>net.javacrumbs.shedlock</groupId>
146146
<artifactId>shedlock-provider-jdbc</artifactId>
147-
<version>0.4.0</version>
147+
<version>0.4.1</version>
148148
</dependency>
149149
```
150150

0 commit comments

Comments
 (0)