Skip to content

Commit

Permalink
release: 0.5.0b2
Browse files Browse the repository at this point in the history
  • Loading branch information
shomatan committed Dec 2, 2020
1 parent ac80ac6 commit da8e40b
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.5.0b2-SNAPSHOT",
version := "0.5.0b2",
scalaVersion := "2.13.4",
libraryDependencies ++= {
val spec2Version = "4.8.3"
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.5.0b2-SNAPSHOT"
version = "0.5.0b2"
title = ${application.name} ${application.version} (c) nulab.inc
fileName = backlog-migration-jira-${application.version}.jar
product = "jira"
Expand Down

0 comments on commit da8e40b

Please sign in to comment.