Skip to content

Commit

Permalink
Merge pull request #7 from flowsprenger/5-close-channel-ioexeception-…
Browse files Browse the repository at this point in the history
…send

update version, fix? travis build
  • Loading branch information
flowsprenger authored Sep 4, 2020
2 parents 1b2dfbf + 1d27dea commit a6a8629
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
language: java
language: java
jdk:
- openjdk8
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@ Download the latest JAR or grab via Maven:
<dependency>
<groupId>wo.lf</groupId>
<artifactId>rx-lifx</artifactId>
<version>0.0.11</version>
<version>0.1.1-alpha</version>
</dependency>
```

or Gradle:

```
implementation 'wo.lf:rx-lifx:0.0.11'
implementation 'wo.lf:rx-lifx:0.1.1-alpha'
```

using jCenter()
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ plugins {

apply plugin: 'org.junit.platform.gradle.plugin'

version "0.0.12"
version "0.1.1-alpha"

apply plugin: 'java'
apply plugin: 'kotlin'
Expand Down

0 comments on commit a6a8629

Please sign in to comment.