Skip to content

Commit

Permalink
increment to major version
Browse files Browse the repository at this point in the history
  • Loading branch information
fractalwrench committed Aug 15, 2017
1 parent 16bfc3f commit c4702a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ org.gradle.jvmargs=-Xmx1536m
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
# org.gradle.parallel=true

VERSION_NAME=4.0.0-rc.1
VERSION_NAME=4.0.0
GROUP=com.bugsnag

POM_SCM_URL=https://github.com/bugsnag/bugsnag-android
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/bugsnag/android/Notifier.java
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
*/
public class Notifier implements JsonStream.Streamable {
static final String NOTIFIER_NAME = "Android Bugsnag Notifier";
static final String NOTIFIER_VERSION = "4.0.0-rc.1";
static final String NOTIFIER_VERSION = "4.0.0";
static final String NOTIFIER_URL = "https://bugsnag.com";
private String name;
private String version;
Expand Down

0 comments on commit c4702a6

Please sign in to comment.