Skip to content
This repository has been archived by the owner on Apr 8, 2020. It is now read-only.

Commit

Permalink
Bump version to 0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ciarand committed Aug 31, 2017
1 parent 3d82e89 commit ed2290e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ Play services is unavailable.<br>
Add the following to your `build.gradle`'s dependencies section:

```
compile 'com.firebase:firebase-jobdispatcher:0.8.0'
compile 'com.firebase:firebase-jobdispatcher:0.8.1'
```

### Usage
Expand Down
2 changes: 1 addition & 1 deletion common/constants.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
project.ext {
projectName = "firebase-jobdispatcher-android"
group = "com.firebase"
version = "0.8.0"
version = "0.8.1"
buildtools = "25.0.0"
supportLibraryVersion = "25.0.0"
compileSdk = 25
Expand Down

0 comments on commit ed2290e

Please sign in to comment.