Skip to content

Commit

Permalink
chore: bump to alpha.10
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippHeuer committed Apr 4, 2019
1 parent a925d34 commit 97e8672
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Expand Up @@ -28,7 +28,7 @@ public class SentryIOErrorTracking implements ErrorTracker {
public SentryIOErrorTracking(String dsn) {
// Create a SentryClient instance that you manage manually.
sentryClient = SentryClientFactory.sentryClient(dsn);
sentryClient.setRelease("v1.0.0-alpha.9");
sentryClient.setRelease("v1.0.0-alpha.10");

// Get the current context instance.
context = sentryClient.getContext();
Expand Down
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.9'
compile group: 'com.github.twitch4j', name: 'twitch4j', version: '1.0.0-alpha.10'
}
```

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.9</version>
<version>1.0.0-alpha.10</version>
</dependency>
```

Expand Down

0 comments on commit 97e8672

Please sign in to comment.