Skip to content

Commit

Permalink
Bump version to 0.0.7.
Browse files Browse the repository at this point in the history
  • Loading branch information
tarao committed Sep 26, 2016
1 parent b69efc5 commit e1e9074
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -22,7 +22,7 @@ Add dependency in your `build.sbt` as the following.
```scala
libraryDependencies ++= Seq(
...
"com.github.tarao" %% "slick-jdbc-extension" % "0.0.6"
"com.github.tarao" %% "slick-jdbc-extension" % "0.0.7"
)
```

Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Expand Up @@ -5,7 +5,7 @@ lazy val slickjdbcextension = (project in file(".")).
settings(
name := "slick-jdbc-extension",
organization := "com.github.tarao",
version := "0.0.6",
version := "0.0.7",
scalaVersion := "2.11.8",

// Depenency
Expand Down

0 comments on commit e1e9074

Please sign in to comment.