Skip to content

Commit

Permalink
Change module version to 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Yohei TSUJI committed Jan 17, 2017
1 parent 5d291f2 commit 4411596
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.2.1-SNAPSHOT",
version := "0.2.1",
scalaVersion := "2.12.0",

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

0 comments on commit 4411596

Please sign in to comment.