Skip to content

Commit

Permalink
publish v0.9.9
Browse files Browse the repository at this point in the history
  • Loading branch information
carueda committed Feb 2, 2019
1 parent 3662b75 commit 1c40a34
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
lazy val tscfgVersion = setVersion("0.9.7")
lazy val tscfgVersion = setVersion("0.9.9")

organization := "com.github.carueda"
name := "tscfg"
Expand Down
4 changes: 2 additions & 2 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
2019-02-01 - 0.9.8
2019-02-01 - 0.9.9

- publish v0.9.8 with new `--durations` flag to generate
- publish v0.9.9 with new `--durations` flag to generate
`java.time.Duration` as base type for duration instead of `long`.
Thanks @qux42!

Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/application.conf
Original file line number Diff line number Diff line change
@@ -1 +1 @@
tscfg.version = 0.9.7
tscfg.version = 0.9.9

0 comments on commit 1c40a34

Please sign in to comment.