Skip to content

Commit

Permalink
v3.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
fractalwrench committed Nov 30, 2017
1 parent 093a451 commit 5404a2f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 3.1.3 (2017-11-30)

* Cache hostname to avoid excessive thread spawning

## 3.1.2 (2017-11-03)

* Fixes JDK 7 support by using Android Guava
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version=3.1.2
version=3.1.3
group=com.bugsnag

# Default properties
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/bugsnag/Notifier.java
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

class Notifier {
private static final String NOTIFIER_NAME = "Bugsnag Java";
private static final String NOTIFIER_VERSION = "3.1.2";
private static final String NOTIFIER_VERSION = "3.1.3";
private static final String NOTIFIER_URL = "https://github.com/bugsnag/bugsnag-java";

@Expose
Expand Down

0 comments on commit 5404a2f

Please sign in to comment.