From c3bd8e933bbf30f08ac388575ed168006db3f47b Mon Sep 17 00:00:00 2001 From: Jeff Davidson Date: Wed, 11 Oct 2017 15:50:34 -0700 Subject: [PATCH] Bump from 1.0.1-SNAPSHOT to 1.1.0-SNAPSHOT. (#107) Since this release introduces new APIs to support migrating off Apache HTTP and handling multiple headers, the minor version should be bumped. These changes are all backwards compatible so there is no need to bump the major version. --- bintray.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bintray.gradle b/bintray.gradle index df0e49b6..d7b23d0c 100644 --- a/bintray.gradle +++ b/bintray.gradle @@ -17,7 +17,7 @@ apply plugin: 'maven-publish' def bintrayInfoFilePath = "$buildDir/outputs/bintray-descriptor.bintray-info.json" -project.ext.version = '1.0.1-SNAPSHOT' +project.ext.version = '1.1.0-SNAPSHOT' task sourcesJar(type: Jar) { classifier = 'sources'