Skip to content

Commit

Permalink
Bump version to 0.2.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
tixxit committed Sep 2, 2014
1 parent 7f43e15 commit efc7e73
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 @@ -19,7 +19,7 @@ If you are using SBT, simply add the following to your `build.sbt`:

resolvers += "Pellucid Bintray" at "http://dl.bintray.com/pellucid/maven"

libraryDependencies += "com.pellucid" %% "framian" % "0.1.1"
libraryDependencies += "com.pellucid" %% "framian" % "0.2.1"

### License

Expand Down
2 changes: 1 addition & 1 deletion version.sbt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@

version in ThisBuild := "0.2.0"
version in ThisBuild := "0.2.1"

0 comments on commit efc7e73

Please sign in to comment.