Skip to content

Commit

Permalink
Bump version to 0.3.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
tixxit committed Oct 30, 2014
1 parent efb5d77 commit 975508b
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.2.4"
libraryDependencies += "com.pellucid" %% "framian" % "0.3.0"

### [Scaladoc](https://pellucidanalytics.github.io/framian/api/current/index.html#framian.package)

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.4"
version in ThisBuild := "0.3.0"

0 comments on commit 975508b

Please sign in to comment.