Skip to content

Commit

Permalink
Publish version 1.3.0-alpha04
Browse files Browse the repository at this point in the history
  • Loading branch information
vRallev committed Jul 21, 2018
1 parent 515b8c1 commit 2e2283d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 1.3.0-alpha04
## 1.3.0-alpha04 (2018-07-20)
* Fix rare NPE when `WorkManager` is null for some reason, see #477
* Fix rare NPE when `JobStorage` is null, see #492
* Fix class loading error for the GCM API, see #487
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dependencies {
implementation 'com.evernote:android-job:1.2.6'
// or
implementation 'com.evernote:android-job:1.3.0-alpha03'
implementation 'com.evernote:android-job:1.3.0-alpha04'
}
```

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#VERSION_NAME=1.3.0-alpha03
#VERSION_NAME=1.3.0-alpha04
VERSION_NAME=1.3.0-SNAPSHOT
VERSION_CODE=1

0 comments on commit 2e2283d

Please sign in to comment.