Skip to content

Commit

Permalink
Prepare to release v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin-lee committed Nov 16, 2020
1 parent c9353b6 commit 58a1b30
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions changelogs/1.0.1.md
@@ -0,0 +1,4 @@
## [v1.0.1](https://github.com/Kevin-Lee/j8plus/issues?q=is%3Aissue+milestone%3A%22milestone4%22+is%3Aclosed) - 2020-11-16

### Done
* Publish using sbt `1.3.13` (#128)
2 changes: 1 addition & 1 deletion project/ProjectInfo.scala
@@ -1,7 +1,7 @@
import sbt.{Developer, ScmInfo, url}

object ProjectInfo {
val ProjectVersion: String = "1.0.0"
val ProjectVersion: String = "1.0.1"

val projectDevelopers: List[Developer] = List(
Developer(
Expand Down

0 comments on commit 58a1b30

Please sign in to comment.