Skip to content

Commit

Permalink
Release version 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Philippus committed Dec 4, 2017
1 parent b67603c commit 657fd84
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
@@ -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"))
Expand Down

0 comments on commit 657fd84

Please sign in to comment.