We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7ab7b7 commit 8348130Copy full SHA for 8348130
3 files changed
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Changelog
2
3
-## 3.X.X (TBD)
+## 3.5.0 (2019-05-07)
4
5
* Migrate version information to device.runtimeVersions
6
[#141](https://github.com/bugsnag/bugsnag-java/pull/141)
bugsnag/src/main/java/com/bugsnag/Notifier.java
@@ -5,7 +5,7 @@
class Notifier {
7
private static final String NOTIFIER_NAME = "Bugsnag Java";
8
- private static final String NOTIFIER_VERSION = "3.4.6";
+ private static final String NOTIFIER_VERSION = "3.5.0";
9
private static final String NOTIFIER_URL = "https://github.com/bugsnag/bugsnag-java";
10
11
private String notifierName = NOTIFIER_NAME;
gradle.properties
@@ -1,4 +1,4 @@
-version=3.4.6
+version=3.5.0
group=com.bugsnag
# Default properties
0 commit comments