Skip to content

Commit

Permalink
Increment version to fix release snafu
Browse files Browse the repository at this point in the history
  • Loading branch information
James Judd committed Jan 27, 2017
1 parent 475f85b commit 08d9081
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion admin/project/Build.scala
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ object ApplicationBuild extends Build {
jdbc,
anorm,
"org.quartz-scheduler" % "quartz" % "2.1.7",
"com.lucidchart" %% "piezo-worker" % "1.20"
"com.lucidchart" %% "piezo-worker" % "1.21"
)

val main = Project(appName, file(".")).enablePlugins(play.PlayScala).settings(
Expand Down
2 changes: 1 addition & 1 deletion worker/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name := "piezo-worker"

organization := "com.lucidchart"

version := "1.21-SNAPSHOT"
version := "1.21"

scalaVersion := "2.11.8"

Expand Down

0 comments on commit 08d9081

Please sign in to comment.