From 61af6802015dfa66d6f927b2c1b5a7949ce47180 Mon Sep 17 00:00:00 2001 From: xuxiaocheng <2762267080@qq.com> Date: Sun, 23 Jun 2024 22:08:46 +0800 Subject: [PATCH] build(lib): Release 1.18.1 --- CHANGELOG.md | 11 +++++++++++ src/com/xuxiaocheng/wlist/api/common/Marks.java | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) 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. */