Skip to content

Commit

Permalink
release: 0.3.0b5
Browse files Browse the repository at this point in the history
  • Loading branch information
shomatan committed Oct 18, 2018
1 parent f2c958a commit 0587c11
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Download

Please download the jar file from this link, and run from the command line as follows.

https://github.com/nulab/BacklogMigration-Jira/releases/download/0.3.0b5-SNAPSHOT/backlog-migration-jira-0.3.0b5-SNAPSHOT.jar
https://github.com/nulab/BacklogMigration-Jira/releases/download/0.3.0b5/backlog-migration-jira-0.3.0b5.jar

java -jar backlog-migration-jira-[latest version].jar

Expand Down Expand Up @@ -218,7 +218,7 @@ https://github.com/nulab/BacklogMigration-Jira/releases

こちらのリンクからjarファイルをダウンロードし、以下のようにコマンドラインから実行します。

https://github.com/nulab/BacklogMigration-Jira/releases/download/0.3.0b5-SNAPSHOT/backlog-migration-jira-0.3.0b5-SNAPSHOT.jar
https://github.com/nulab/BacklogMigration-Jira/releases/download/0.3.0b5/backlog-migration-jira-0.3.0b5.jar

java -jar backlog-migration-jira-[最新バージョン].jar

Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

lazy val projectVersion = "0.3.0b5-SNAPSHOT"
lazy val projectVersion = "0.3.0b5"

lazy val commonSettings = Seq(
organization := "com.nulabinc",
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/application.conf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
application {
name = "Backlog Migration for Jira"
version = "0.3.0b5-SNAPSHOT"
version = "0.3.0b5"
title = ${application.name} ${application.version} (c) nulab.inc
fileName = backlog-migration-jira-${application.version}.jar
product = "jira"
Expand Down

0 comments on commit 0587c11

Please sign in to comment.