From c781b32690649993ae0dd7c48fca5591974d094c Mon Sep 17 00:00:00 2001 From: Victor Date: Sat, 20 Mar 2021 21:47:05 +0200 Subject: [PATCH] Release 1.2.2 --- LICENSE | 2 +- README.md | 5 ++--- versions.gradle | 2 +- 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/LICENSE b/LICENSE index da7a1710..e5b120c5 100644 --- a/LICENSE +++ b/LICENSE @@ -186,7 +186,7 @@ same "printed page" as the copyright notice for easier identification within third-party archives. - Copyright 2015-2018 Victor Melnik + Copyright 2015-2021 Victor Melnik Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/README.md b/README.md index 83ae0ed1..6118cab3 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,6 @@ Lightweight-Stream-API ====================== -[![Join the chat at https://gitter.im/aNNiMON/Lightweight-Stream-API](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/aNNiMON/Lightweight-Stream-API?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [![Coverage Status](https://coveralls.io/repos/aNNiMON/Lightweight-Stream-API/badge.svg?branch=master&service=github)](https://coveralls.io/github/aNNiMON/Lightweight-Stream-API?branch=master) [![SonarCloud Status](https://sonarcloud.io/api/project_badges/measure?project=lightweight-stream-api&metric=alert_status)](https://sonarcloud.io/dashboard?id=lightweight-stream-api) [![SonarCloud Quality Gate](https://sonarcloud.io/api/project_badges/measure?project=lightweight-stream-api&metric=sqale_rating)](https://sonarcloud.io/dashboard/?id=lightweight-stream-api) @@ -188,7 +187,7 @@ Download [latest release](https://github.com/aNNiMON/Lightweight-Stream-API/rele com.annimon stream - 1.2.1 + 1.2.2 ``` or Gradle: @@ -196,7 +195,7 @@ or Gradle: ```groovy dependencies { ... - implementation 'com.annimon:stream:1.2.1' + implementation 'com.annimon:stream:1.2.2' ... } ``` diff --git a/versions.gradle b/versions.gradle index dce96592..687d8f76 100644 --- a/versions.gradle +++ b/versions.gradle @@ -1,3 +1,3 @@ ext { - libVersion = "1.2.2-SNAPSHOT" + libVersion = "1.2.3-SNAPSHOT" }