Skip to content

Commit d284584

Browse files
authored
Merge pull request #131 from Kevin-Lee/prepare-to-release
J8+ v1.0.1
2 parents c9353b6 + a8b5416 commit d284584

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

changelogs/1.0.1.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
## [v1.0.1](https://github.com/Kevin-Lee/j8plus/issues?q=is%3Aissue+milestone%3A%22milestone4%22+is%3Aclosed) - 2020-11-16
2+
3+
## Done
4+
* Publish using sbt `1.3.13` (#128)

project/ProjectInfo.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import sbt.{Developer, ScmInfo, url}
22

33
object ProjectInfo {
4-
val ProjectVersion: String = "1.0.0"
4+
val ProjectVersion: String = "1.0.1"
55

66
val projectDevelopers: List[Developer] = List(
77
Developer(

0 commit comments

Comments
 (0)