Skip to content

Commit

Permalink
Publish version 1.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
vRallev committed May 28, 2018
1 parent e9e03df commit 5d97a16
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 1.2.6
## 1.2.6 (2018-05-27)
* Make the license in Java files clearer, see #422
* Use own internal monitor for synchronizing access to variables in order to avoid deadlocks when using the library, see #414
* Cleanup jobs in the database if no job creator returns an instance during execution, see #413
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 {
implementation 'com.evernote:android-job:1.2.5'
implementation 'com.evernote:android-job:1.2.6'
}
```

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.5
VERSION_NAME=1.2.5-SNAPSHOT
#VERSION_NAME=1.2.6
VERSION_NAME=1.2.6-SNAPSHOT
VERSION_CODE=1

0 comments on commit 5d97a16

Please sign in to comment.