diff --git a/CHANGELOG.md b/CHANGELOG.md index b312104..db6bb49 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.18.1] - 2024-6-23 + +### Changed + +* 优化 Download 注释 +* 标记 core 中 Download 为 Stable + +### Added + +* 添加 Download 示例 + ## [1.18.0] - 2024-6-12 ### Changed diff --git a/src/com/xuxiaocheng/wlist/api/common/Marks.java b/src/com/xuxiaocheng/wlist/api/common/Marks.java index 6d21aa0..5769342 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.16.0"; + public static final String CORE_API_VERSION = "1.16.1"; /** * The core api impl version. */