From 758f26acdb4b5721cf9d87550b3a4a9bda6bdcc9 Mon Sep 17 00:00:00 2001 From: xuxiaocheng <2762267080@qq.com> Date: Fri, 31 May 2024 22:24:12 +0800 Subject: [PATCH] build(lib): Release 1.17.2 --- CHANGELOG.md | 6 ++++++ src/com/xuxiaocheng/wlist/api/common/Marks.java | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b3f628e..5ca9e63 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/src/com/xuxiaocheng/wlist/api/common/Marks.java b/src/com/xuxiaocheng/wlist/api/common/Marks.java index 2341c7c..db0cd3b 100644 --- a/src/com/xuxiaocheng/wlist/api/common/Marks.java +++ b/src/com/xuxiaocheng/wlist/api/common/Marks.java @@ -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. */