Skip to content

Commit

Permalink
feature: bump to alpha.8
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippHeuer committed Feb 15, 2019
1 parent 4dba738 commit ba0d17f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/content/getting-started/installation.md
Expand Up @@ -19,7 +19,7 @@ and: (latest, you should use the actual version here)

```groovy
dependencies {
compile group: 'com.github.twitch4j', name: 'twitch4j', version: '1.0.0-alpha.7'
compile group: 'com.github.twitch4j', name: 'twitch4j', version: '1.0.0-alpha.8'
}
```

Expand All @@ -43,7 +43,7 @@ and: (latest, you should use the actual version here)
<dependency>
<groupId>com.github.twitch4j</groupId>
<artifactId>twitch4j</artifactId>
<version>1.0.0-alpha.7</version>
<version>1.0.0-alpha.8</version>
</dependency>
```

Expand Down

0 comments on commit ba0d17f

Please sign in to comment.