Skip to content

Commit 4c660d0

Browse files
committed
updated README and CHANGELOG
1 parent 08a0746 commit 4c660d0

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## 3.1.1 (released 25.01.2025)
4+
5+
- changed maven-javadoc-plugin show parameter to public
6+
- changed access modifiers for JKScope class null check methods to private
7+
38
## 3.1 (released 21.01.2025)
49

510
- changed lazy methods access modifier to public

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Maven:
4949
<dependency>
5050
<groupId>com.plugatar.jkscope</groupId>
5151
<artifactId>jkscope</artifactId>
52-
<version>3.1</version>
52+
<version>3.1.1</version>
5353
<scope>compile</scope>
5454
</dependency>
5555
```
@@ -58,7 +58,7 @@ Gradle:
5858

5959
```groovy
6060
dependencies {
61-
implementation 'com.plugatar.jkscope:jkscope:3.1'
61+
implementation 'com.plugatar.jkscope:jkscope:3.1.1'
6262
}
6363
```
6464

0 commit comments

Comments
 (0)