Skip to content

Commit 056755e

Browse files
committed
Update README.md for 1.6.1
1 parent 5374c31 commit 056755e

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

README.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,20 +86,25 @@ Returns `Throwing(Predicate|Supplier|Consumer`) instance as a new `ThrowingFunct
8686
<dependency>
8787
<groupId>com.pivovarit</groupId>
8888
<artifactId>throwing-function</artifactId>
89-
<version>1.6.0</version>
89+
<version>1.6.1</version>
9090
</dependency>
9191

9292
##### Gradle
9393

94-
compile 'com.pivovarit:throwing-function:1.6.0'
94+
compile 'com.pivovarit:throwing-function:1.6.1'
9595

9696
### Dependencies
9797

9898
None - the library is implemented using core Java libraries.
9999

100100
## Version history
101101

102-
## [1.6.0 (24-09-2024)](https://github.com/pivovarit/throwing-function/releases/tag/1.6.0)
102+
## [1.6.1 (25-09-2024)](https://github.com/pivovarit/throwing-function/releases/tag/1.6.1)
103+
104+
* Explicit module configuration via a multi-release jar
105+
* Improved Javadoc
106+
107+
### [1.6.0 (24-09-2024)](https://github.com/pivovarit/throwing-function/releases/tag/1.6.0)
103108

104109
* Added `Automatic-Module-Name` to MANIFEST
105110

0 commit comments

Comments
 (0)