Skip to content

Commit

Permalink
Publish version 1.3.0-alpha02
Browse files Browse the repository at this point in the history
  • Loading branch information
vRallev committed Jun 10, 2018
1 parent abe3204 commit 4ac5b23
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-alpha02
## 1.3.0-alpha02 (2018-06-10)
* Initialize the job storage on a background thread, see $471
* Restrict usage of internal classes for internal usage only, see #465
* Fix RuntimeException with WorkManager, see #464
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-alpha01'
implementation 'com.evernote:android-job:1.3.0-alpha02'
}
```

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-alpha01
#VERSION_NAME=1.3.0-alpha02
VERSION_NAME=1.3.0-SNAPSHOT
VERSION_CODE=1

0 comments on commit 4ac5b23

Please sign in to comment.