Skip to content
This repository has been archived by the owner on Aug 9, 2024. It is now read-only.

Commit

Permalink
build(lib): Release 1.17.2
Browse files Browse the repository at this point in the history
  • Loading branch information
xuxiaocheng0201 committed May 31, 2024
1 parent 32fc2c4 commit 758f26a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.17.2] - 2024-5-31

### Changed

* add storage 时返回 StorageInformation

## [1.17.1] - 2024-5-23

### Changed
Expand Down
2 changes: 1 addition & 1 deletion src/com/xuxiaocheng/wlist/api/common/Marks.java
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ private Marks() {
/**
* The core api version.
*/
public static final String CORE_API_VERSION = "1.15.1";
public static final String CORE_API_VERSION = "1.15.2";
/**
* The core api impl version.
*/
Expand Down

0 comments on commit 758f26a

Please sign in to comment.