Skip to content

Commit 657fd84

Browse files
committed
Release version 0.3.0
1 parent b67603c commit 657fd84

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[![Build Status](https://travis-ci.org/Philippus/emoji-clock.svg?branch=master)](https://travis-ci.org/Philippus/emoji-clock)
44
[![codecov](https://codecov.io/gh/Philippus/emoji-clock/branch/master/graph/badge.svg)](https://codecov.io/gh/Philippus/emoji-clock)
5-
![Current Version](https://img.shields.io/badge/version-0.2.0-brightgreen.svg?style=flat "0.2.0")
5+
![Current Version](https://img.shields.io/badge/version-0.3.0-brightgreen.svg?style=flat "0.3.0")
66
[![License](https://img.shields.io/badge/license-MIT-blue.svg?style=flat "MIT")](LICENSE.md)
77

88
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
2121
```
2222
resolvers += Resolver.bintrayRepo("gn0s1s", "releases")
2323
24-
libraryDependencies += "nl.gn0s1s" %% "emoji-clock" % "0.2.0"
24+
libraryDependencies += "nl.gn0s1s" %% "emoji-clock" % "0.3.0"
2525
```
2626

2727
## Example usage

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name := "emoji-clock"
22
organization := "nl.gn0s1s"
3-
version := "0.2.0"
3+
version := "0.3.0"
44
startYear := Some(2017)
55
homepage := Some(url("https://github.com/philippus/emoji-clock"))
66
licenses += ("MIT", url("http://opensource.org/licenses/MIT"))

0 commit comments

Comments
 (0)