From f7afb807176e4a7dc06515736a5fd47795241be2 Mon Sep 17 00:00:00 2001 From: Ralf Wondratschek Date: Mon, 23 Jul 2018 13:06:10 -0700 Subject: [PATCH] Publish version 1.3.0-alpha05 --- README.md | 2 +- gradle.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6fe81340..03978976 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ dependencies { implementation 'com.evernote:android-job:1.2.6' // or - implementation 'com.evernote:android-job:1.3.0-alpha04' + implementation 'com.evernote:android-job:1.3.0-alpha05' } ``` diff --git a/gradle.properties b/gradle.properties index 130d76f5..b7819a89 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,3 +1,3 @@ -#VERSION_NAME=1.3.0-alpha04 +#VERSION_NAME=1.3.0-alpha05 VERSION_NAME=1.3.0-SNAPSHOT VERSION_CODE=1 \ No newline at end of file