Skip to content

Commit 8348130

Browse files
committed
prepare for v3.5.0
1 parent d7ab7b7 commit 8348130

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## 3.X.X (TBD)
3+
## 3.5.0 (2019-05-07)
44

55
* Migrate version information to device.runtimeVersions
66
[#141](https://github.com/bugsnag/bugsnag-java/pull/141)

bugsnag/src/main/java/com/bugsnag/Notifier.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
class Notifier {
66

77
private static final String NOTIFIER_NAME = "Bugsnag Java";
8-
private static final String NOTIFIER_VERSION = "3.4.6";
8+
private static final String NOTIFIER_VERSION = "3.5.0";
99
private static final String NOTIFIER_URL = "https://github.com/bugsnag/bugsnag-java";
1010

1111
private String notifierName = NOTIFIER_NAME;

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version=3.4.6
1+
version=3.5.0
22
group=com.bugsnag
33

44
# Default properties

0 commit comments

Comments
 (0)