Skip to content
This repository has been archived by the owner on Aug 23, 2022. It is now read-only.

Commit

Permalink
Merge branch 'release/1.0.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
shomatan committed Jun 28, 2018
2 parents bc9fab5 + e93aff7 commit 4e519a0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name := "backlog-migration-cybozulive"

lazy val commonSettings = Seq(
version := "0.2.0b1",
version := "1.0.0",
scalaVersion := "2.12.6"
)

Expand Down
2 changes: 1 addition & 1 deletion modules/common
2 changes: 1 addition & 1 deletion src/main/resources/application.conf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

application {
name = "Backlog Migration for CybozuLive"
version = "0.2.0b1"
version = "1.0.0"
title = ${application.name} ${application.version} (c) nulab.inc
fileName = backlog-migration-cybozulive-${application.version}.jar
language = default
Expand Down

0 comments on commit 4e519a0

Please sign in to comment.