Skip to content

Commit c781b32

Browse files
committed
Release 1.2.2
1 parent 96f0622 commit c781b32

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@
186186
same "printed page" as the copyright notice for easier
187187
identification within third-party archives.
188188

189-
Copyright 2015-2018 Victor Melnik
189+
Copyright 2015-2021 Victor Melnik
190190

191191
Licensed under the Apache License, Version 2.0 (the "License");
192192
you may not use this file except in compliance with the License.

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
Lightweight-Stream-API
22
======================
33

4-
[![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)
54
[![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)
65
[![SonarCloud Status](https://sonarcloud.io/api/project_badges/measure?project=lightweight-stream-api&metric=alert_status)](https://sonarcloud.io/dashboard?id=lightweight-stream-api)
76
[![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,15 +187,15 @@ Download [latest release](https://github.com/aNNiMON/Lightweight-Stream-API/rele
188187
<dependency>
189188
<groupId>com.annimon</groupId>
190189
<artifactId>stream</artifactId>
191-
<version>1.2.1</version>
190+
<version>1.2.2</version>
192191
</dependency>
193192
```
194193
or Gradle:
195194

196195
```groovy
197196
dependencies {
198197
...
199-
implementation 'com.annimon:stream:1.2.1'
198+
implementation 'com.annimon:stream:1.2.2'
200199
...
201200
}
202201
```

versions.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
ext {
2-
libVersion = "1.2.2-SNAPSHOT"
2+
libVersion = "1.2.3-SNAPSHOT"
33
}

0 commit comments

Comments
 (0)