Skip to content

Commit

Permalink
Publish version 1.3.0-alpha01
Browse files Browse the repository at this point in the history
  • Loading branch information
vRallev committed May 28, 2018
1 parent ca3d69c commit 1f34662
Show file tree
Hide file tree
Showing 3 changed files with 6 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-alpha01
## 1.3.0-alpha01 (2018-05-28)
* Implement an API that uses the `WorkManager` for scheduling work items

## 1.2.6 (2018-05-27)
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ Download [the latest version](http://search.maven.org/#search|gav|1|g:"com.evern
```groovy
dependencies {
implementation 'com.evernote:android-job:1.2.6'
// or
implementation 'com.evernote:android-job:1.3.0-alpha01'
}
```

Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#VERSION_NAME=1.2.6
VERSION_NAME=1.2.6-SNAPSHOT
#VERSION_NAME=1.3.0-alpha01
VERSION_NAME=1.3.0-SNAPSHOT
VERSION_CODE=1

0 comments on commit 1f34662

Please sign in to comment.