Skip to content

Commit 0514ad8

Browse files
Setting version to 0.5.8-SNAPSHOT
1 parent 08541b8 commit 0514ad8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
pgpPassphrase := Some(getEnvVar("PGP_PASSPHRASE").getOrElse("").toCharArray)
2-
pgpPublicRing := file(s"./pubring.gpg")
3-
pgpSecretRing := file(s"./secring.gpg")
2+
pgpPublicRing := file(s"$gpgFolder/pubring.gpg")
3+
pgpSecretRing := file(s"$gpgFolder/secring.gpg")
44

55
lazy val `sbt-microsites` = (project in file("."))
66
.settings(moduleName := "sbt-microsites")

version.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version in ThisBuild := "0.5.7"
1+
version in ThisBuild := "0.5.8-SNAPSHOT"

0 commit comments

Comments
 (0)