Skip to content

Commit

Permalink
Change module version to 0.3.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
Yohei TSUJI committed Nov 16, 2018
1 parent e14826a commit 55bab13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
lazy val flywayAwsLambda = (project in file(".")).settings(
organization := "crossroad0201.aws",
name := "flyway-awslambda",
version := "0.3.2",
version := "0.3.3",
scalaVersion := "2.12.0",

assemblyJarName := s"${name.value}-${version.value}.jar",
Expand Down

0 comments on commit 55bab13

Please sign in to comment.