Skip to content

Commit 30a2825

Browse files
committed
Bump version to 0.2.0
1 parent 8ba87c7 commit 30a2825

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ To use this library, add the following settings to your build definition:
1010
```
1111
resolvers += "restful-scala" at "https://dl.bintray.com/restfulscala/maven"
1212
13-
libraryDependencies += "org.restfulscala" %% "halselhof" % "0.1.1"
13+
libraryDependencies += "org.restfulscala" %% "halselhof" % "0.2.0"
1414
1515
libraryDependencies += "com.typesafe.play" %% "play-json" % "2.5.4"
1616
```

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name := "halselhof"
22

33
organization := "org.restfulscala"
44

5-
version := "0.1.1"
5+
version := "0.2.0"
66

77
scalaVersion := "2.11.8"
88

0 commit comments

Comments
 (0)