Skip to content

Commit

Permalink
chore: bump to alpha.5
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippHeuer committed Dec 25, 2018
1 parent db00745 commit 9065e3d
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', '1.0.0-alpha.4'
compile group: 'com.github.twitch4j', name: 'twitch4j', '1.0.0-alpha.5'
}
```

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.4</version>
<version>1.0.0-alpha.5</version>
</dependency>
```

Expand Down

0 comments on commit 9065e3d

Please sign in to comment.