Skip to content

Commit e45411e

Browse files
committed
Version 2.16.0
1 parent dab3ee7 commit e45411e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ Add the following Maven dependency to your project:
240240
<dependency>
241241
<groupId>de.cronn</groupId>
242242
<artifactId>reflection-util</artifactId>
243-
<version>2.15.0</version>
243+
<version>2.16.0</version>
244244
</dependency>
245245
```
246246

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ allprojects {
2020
apply plugin: 'jacoco'
2121

2222
group = 'de.cronn'
23-
version = "2.15.0"
23+
version = "2.16.0"
2424

2525
if (System.env.BUILD_NUMBER) {
2626
version = "${version}-SNAPSHOT-b${System.env.BUILD_NUMBER}"

0 commit comments

Comments
 (0)