diff --git a/README.md b/README.md index da6bf24a..f6517a6c 100644 --- a/README.md +++ b/README.md @@ -67,14 +67,14 @@ Download [latest release](https://github.com/aNNiMON/Lightweight-Stream-API/rele com.annimon stream - 1.0.7 + 1.0.8 ``` or Gradle: ```groovy dependencies { ... - compile 'com.annimon:stream:1.0.7' + compile 'com.annimon:stream:1.0.8' ... } ``` diff --git a/build.gradle b/build.gradle index bfc28d63..5f0afb27 100644 --- a/build.gradle +++ b/build.gradle @@ -2,7 +2,7 @@ apply plugin: 'java' apply plugin: 'maven' archivesBaseName = 'stream' -version = '1.0.7-SNAPSHOT' +version = '1.0.8-SNAPSHOT' group = 'com.annimon' ext.isReleaseVersion = !version.contains("SNAPSHOT") diff --git a/pom.xml b/pom.xml index 7934dca3..11918228 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 com.annimon stream - 1.0.7 + 1.0.8 jar UTF-8