Skip to content

Commit

Permalink
Updated refs to latest (0.3.0) release
Browse files Browse the repository at this point in the history
  • Loading branch information
shyiko committed Jul 11, 2017
1 parent c843c1a commit 38936ee
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 @@ -4,7 +4,7 @@ skedule

<p align="center">
<a href="https://travis-ci.org/shyiko/skedule"><img src="https://travis-ci.org/shyiko/skedule.svg?branch=master" alt="Build Status"></a>
<a href="http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22com.github.shyiko.skedule%22%20AND%20a%3A%22skedule%22"><img src="http://img.shields.io/badge/maven_central-0.2.0-blue.svg?style=flat" alt="Maven Central"></a>
<a href="http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22com.github.shyiko.skedule%22%20AND%20a%3A%22skedule%22"><img src="http://img.shields.io/badge/maven_central-0.3.0-blue.svg?style=flat" alt="Maven Central"></a>
<a href="https://ktlint.github.io/"><img src="https://img.shields.io/badge/code%20style-%E2%9D%A4-FF4081.svg" alt="ktlint"></a>
</p>

Expand All @@ -23,7 +23,7 @@ Features:
<dependency>
<groupId>com.github.shyiko.skedule</groupId>
<artifactId>skedule</artifactId>
<version>0.2.0</version>
<version>0.3.0</version>
<!-- omit classifier below if you plan to use this library in koltin -->
<classifier>kalvanized</classifier>
</dependency>
Expand Down

0 comments on commit 38936ee

Please sign in to comment.