Skip to content

Commit

Permalink
release: 0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jtakakura committed Jul 9, 2021
1 parent 6c7dcdc commit 21788f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
lazy val commonSettings = Seq(
organization := "com.nulabinc",
version := "0.6.2-SNAPSHOT",
version := "0.6.2",
scalaVersion := "2.13.6",
scalacOptions ++= Seq(
"-deprecation",
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.6.2-SNAPSHOT"
version = "0.6.2"
title = ${application.name} ${application.version} (c) nulab.inc
fileName = backlog-migration-jira-${application.version}.jar
product = "jira"
Expand Down

0 comments on commit 21788f9

Please sign in to comment.