Skip to content

Commit

Permalink
Release 1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
aNNiMON committed Mar 20, 2021
1 parent 96f0622 commit c781b32
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Expand Up @@ -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.
Expand Down
5 changes: 2 additions & 3 deletions 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)
Expand Down Expand Up @@ -188,15 +187,15 @@ Download [latest release](https://github.com/aNNiMON/Lightweight-Stream-API/rele
<dependency>
<groupId>com.annimon</groupId>
<artifactId>stream</artifactId>
<version>1.2.1</version>
<version>1.2.2</version>
</dependency>
```
or Gradle:

```groovy
dependencies {
...
implementation 'com.annimon:stream:1.2.1'
implementation 'com.annimon:stream:1.2.2'
...
}
```
Expand Down
2 changes: 1 addition & 1 deletion versions.gradle
@@ -1,3 +1,3 @@
ext {
libVersion = "1.2.2-SNAPSHOT"
libVersion = "1.2.3-SNAPSHOT"
}

0 comments on commit c781b32

Please sign in to comment.