Skip to content

Commit

Permalink
Bump version to 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
edvakf committed Dec 11, 2015
1 parent 7da6c9e commit 5e8f2e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Add to your build.sbt;
```sbt
resolvers += "jitpack" at "https://jitpack.io"

libraryDependencies += "com.github.edvakf" % "play-requestcount" % "0.0.1"
libraryDependencies += "com.github.edvakf" % "play-requestcount" % "0.0.2"
```

## Usage
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ organization:= "com.github.edvakf"

name := "play-requestcount"

version := "0.0.1"
version := "0.0.2"

scalaVersion := "2.11.6"

Expand Down

0 comments on commit 5e8f2e9

Please sign in to comment.