diff --git a/README.md b/README.md index 4f7e6de..3c9c6e5 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![Build Status](https://travis-ci.org/Philippus/emoji-clock.svg?branch=master)](https://travis-ci.org/Philippus/emoji-clock) [![codecov](https://codecov.io/gh/Philippus/emoji-clock/branch/master/graph/badge.svg)](https://codecov.io/gh/Philippus/emoji-clock) -![Current Version](https://img.shields.io/badge/version-0.2.0-brightgreen.svg?style=flat "0.2.0") +![Current Version](https://img.shields.io/badge/version-0.3.0-brightgreen.svg?style=flat "0.3.0") [![License](https://img.shields.io/badge/license-MIT-blue.svg?style=flat "MIT")](LICENSE.md) Emoji-clock can, when given a date-time, generate the applicable emoji short code for: @@ -21,7 +21,7 @@ Emoji-clock is published for Scala 2.11 and 2.12, but requires Java 8. To start ``` resolvers += Resolver.bintrayRepo("gn0s1s", "releases") -libraryDependencies += "nl.gn0s1s" %% "emoji-clock" % "0.2.0" +libraryDependencies += "nl.gn0s1s" %% "emoji-clock" % "0.3.0" ``` ## Example usage diff --git a/build.sbt b/build.sbt index f648133..2a099d8 100644 --- a/build.sbt +++ b/build.sbt @@ -1,6 +1,6 @@ name := "emoji-clock" organization := "nl.gn0s1s" -version := "0.2.0" +version := "0.3.0" startYear := Some(2017) homepage := Some(url("https://github.com/philippus/emoji-clock")) licenses += ("MIT", url("http://opensource.org/licenses/MIT"))