Skip to content

Commit

Permalink
chore(version): bump version number to v1.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ArturMoczulski committed May 3, 2019
1 parent 408015a commit d0a28d1
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
@@ -1,4 +1,4 @@
VERSION_NAME=1.5.1
VERSION_NAME=1.5.2
GROUP=com.rollbar

POM_DESCRIPTION=For connecting your applications built on the JVM to Rollbar for Error Reporting
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
import java.util.concurrent.TimeUnit;

public class Rollbar {
private static final String NOTIFIER_VERSION = "1.5.1";
private static final String NOTIFIER_VERSION = "1.5.2";
private static final String ITEM_DIR_NAME = "rollbar-items";
private static final String ANDROID = "android";
private static final String DEFAULT_ENVIRONMENT = "production";
Expand Down

0 comments on commit d0a28d1

Please sign in to comment.