Skip to content

Commit c4702a6

Browse files
committed
increment to major version
1 parent 16bfc3f commit c4702a6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ org.gradle.jvmargs=-Xmx1536m
1616
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
1717
# org.gradle.parallel=true
1818

19-
VERSION_NAME=4.0.0-rc.1
19+
VERSION_NAME=4.0.0
2020
GROUP=com.bugsnag
2121

2222
POM_SCM_URL=https://github.com/bugsnag/bugsnag-android

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
*/
1010
public class Notifier implements JsonStream.Streamable {
1111
static final String NOTIFIER_NAME = "Android Bugsnag Notifier";
12-
static final String NOTIFIER_VERSION = "4.0.0-rc.1";
12+
static final String NOTIFIER_VERSION = "4.0.0";
1313
static final String NOTIFIER_URL = "https://bugsnag.com";
1414
private String name;
1515
private String version;

0 commit comments

Comments
 (0)