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/0.1.0b1'
Browse files Browse the repository at this point in the history
  • Loading branch information
shomatan committed May 21, 2018
2 parents 4a80fb8 + 5421785 commit 77e6586
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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.1.0a6",
version := "0.1.0b1",
scalaVersion := "2.12.6",
libraryDependencies ++= Seq(
"org.fusesource.jansi" % "jansi" % "1.17",
Expand Down
6 changes: 3 additions & 3 deletions src/main/resources/application.conf
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@

app {
name = "Backlog Migration for CybozuLive"
version = "0.1.0a6"
version = "0.1.0b1"
title = ${app.name} ${app.version} (c) nulab.inc
fileName = backlog-migration-cybozulive-${app.version}.jar
language = default
dataDirectory = "./backlog-migration"
mixpanel {
token = "6aad3862b3514d664ebb4501f86f42c8"
backlogtoolToken = "6aad3862b3514d664ebb4501f86f42c8"
token = "5be8b628b7103858164142d02cb38347"
backlogtoolToken = "0512c52e553b9283143bed99e61c27e4"
product = "cybozulive"
}
}

0 comments on commit 77e6586

Please sign in to comment.