From 5c403491b39908fe4b4437b701b836ca34f86010 Mon Sep 17 00:00:00 2001 From: Shoma Nishitateno Date: Fri, 14 Sep 2018 09:53:33 +0900 Subject: [PATCH] release: 1.1.2 --- build.sbt | 2 +- src/main/resources/application.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index ab1e85d..c2c5ec3 100644 --- a/build.sbt +++ b/build.sbt @@ -2,7 +2,7 @@ name := "backlog-migration-cybozulive" lazy val commonSettings = Seq( - version := "1.1.2-SNAPSHOT", + version := "1.1.2", scalaVersion := "2.12.6" ) diff --git a/src/main/resources/application.conf b/src/main/resources/application.conf index b7b8dd6..7aebed9 100644 --- a/src/main/resources/application.conf +++ b/src/main/resources/application.conf @@ -1,7 +1,7 @@ application { name = "Backlog Migration for CybozuLive" - version = "1.1.2-SNAPSHOT" + version = "1.1.2" title = ${application.name} ${application.version} (c) nulab.inc fileName = backlog-migration-cybozulive-${application.version}.jar language = default