Skip to content

Commit

Permalink
Prepare to release 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin-lee committed Nov 21, 2019
1 parent 5b027e2 commit 181c239
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![Build Status](https://github.com/Kevin-Lee/j8plus/workflows/Build/badge.svg)](https://github.com/Kevin-Lee/j8plus/actions?workflow=Build)
[![Release Status](https://github.com/Kevin-Lee/j8plus/workflows/Release/badge.svg)](https://github.com/Kevin-Lee/j8plus/actions?workflow=Release) [![Coverage Status](https://coveralls.io/repos/Kevin-Lee/j8plus/badge.svg)](https://coveralls.io/r/Kevin-Lee/j8plus)

[ ![Download](https://api.bintray.com/packages/kevinlee/maven/j8plus/images/download.svg) ](https://bintray.com/kevinlee/maven/j8plus/_latestVersion)
[![Download](https://api.bintray.com/packages/kevinlee/maven/j8plus/images/download.svg) ](https://bintray.com/kevinlee/maven/j8plus/_latestVersion)


## Why J8+?
Expand Down Expand Up @@ -116,7 +116,7 @@ Please check out [J8+ Wiki](https://github.com/Kevin-Lee/j8plus/wiki) (work in p
<dependency>
<groupId>io.kevinlee</groupId>
<artifactId>j8plus</artifactId>
<version>0.1.0</version>
<version>0.1.1</version>
</dependency>

...
Expand Down Expand Up @@ -147,10 +147,10 @@ repositories {
* Add Dependency

```gradle
compile group: 'io.kevinlee', name: 'j8plus', version: '0.1.0'
compile group: 'io.kevinlee', name: 'j8plus', version: '0.1.1'
```
OR

```gradle
compile "io.kevinlee:testosterone:0.1.0"
compile "io.kevinlee:testosterone:0.1.1"
```
4 changes: 4 additions & 0 deletions changelogs/0.1.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# J8+ - [v0.1.1](https://github.com/Kevin-Lee/j8plus/issues?q=is%3Aissue+milestone%3A0.1.1+is%3Aclosed)

## Fixed
* Fix duplicate elements in pom.xml generated by sbt (#75)
2 changes: 1 addition & 1 deletion project/ProjectInfo.scala
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import sbt.{Developer, ScmInfo, url}

object ProjectInfo {
val ProjectVersion: String = "0.1.0"
val ProjectVersion: String = "0.1.1"

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

0 comments on commit 181c239

Please sign in to comment.