Skip to content

Commit ef95a76

Browse files
author
Steven Chen
committed
chore: bump up to 0.1.1
1 parent 80d7d45 commit ef95a76

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ lazy val root = Project(id = projectName, base = file("."))
7777
.settings(commonSettings ++ headerSettings ++ publishSettings)
7878
.settings(fork in run := true)
7979
.settings(fork in Test := true)
80-
.settings(coverageEnabled := true)
80+
.settings(coverageEnabled := true) // set to 'false' when publish
8181
.settings(libraryDependencies ++= circeDeps)
8282
.settings(libraryDependencies ++= jodaTimeDeps)
8383
.settings(libraryDependencies ++= jodaConvertDeps)

version.sbt

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

0 commit comments

Comments
 (0)