Skip to content

Commit

Permalink
Publish version 1.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
vRallev committed Jan 5, 2017
1 parent 2350953 commit 58a375e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.1.4 (2017-01-05)

* Expose schedule time of a job

## 1.1.3 (2016-11-09)

* Add an alternative to register a `JobCreator`, if you don't have access to the `Application` class
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Download [the latest version](http://search.maven.org/#search|gav|1|g:"com.evern

```groovy
dependencies {
compile 'com.evernote:android-job:1.1.3'
compile 'com.evernote:android-job:1.1.4'
}
```

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.1.3
VERSION_NAME=1.1.3-SNAPSHOT
#VERSION_NAME=1.1.4
VERSION_NAME=1.1.4-SNAPSHOT
VERSION_CODE=1

0 comments on commit 58a375e

Please sign in to comment.