Skip to content

Commit

Permalink
update: 1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
liangjingkanji committed Jul 9, 2023
1 parent dc2f35a commit 82cd601
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ dependencyResolutionManagement {
```groovy
dependencies {
//...
implementation 'com.github.liangjingkanji:BRV:1.4.1'
implementation 'com.github.liangjingkanji:BRV:1.4.2'
}
```

Expand Down
3 changes: 3 additions & 0 deletions docs/updates.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 1.4.2
- fix: #372 Edge.computeEdge可能发生的NPE

## 1.4.1
- feat: 新增copyType方法让集合保留泛型, 避免addType无法判断List泛型区别

Expand Down

0 comments on commit 82cd601

Please sign in to comment.