Skip to content

Commit

Permalink
Bump version number in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jlinn committed Mar 3, 2016
1 parent 5ba2747 commit 2e07d76
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Maven dependency:
<dependency>
<groupId>net.joelinn</groupId>
<artifactId>quartz-redis-jobstore</artifactId>
<version>1.1.0</version>
<version>1.1.1</version>
</dependency>
```

Expand Down Expand Up @@ -58,4 +58,4 @@ org.quartz.jobStore.lockTimeout = 30000

## Limitations
All GroupMatcher comparators have been implemented.
Aside from that, the same limitations outlined in [redis-quartz's readme](https://github.com/RedisLabs/redis-quartz#limitations) apply.
Aside from that, the same limitations outlined in [redis-quartz's readme](https://github.com/RedisLabs/redis-quartz#limitations) apply.

0 comments on commit 2e07d76

Please sign in to comment.