We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9322e73 commit bd1649dCopy full SHA for bd1649d
3 files changed
CHANGELOG.MD
@@ -2,6 +2,8 @@
2
3
更新日志文档,版本顺序从新到旧,最新版本在最前(上)面。
4
5
+# 15.2.1
6
+
7
# 15.2.0
8
9
- 更新aList的url为/d/{path}(?sign={sign})
gradle.properties
@@ -1,3 +1,3 @@
1
group=run.ikaros.plugin.alist
description=A ikaros plugin for alist.
-version=15.2.0
+version=15.2.1
src/main/resources/plugin.yaml
@@ -4,7 +4,7 @@ name: PluginAList
# plugin entry class that extends BasePlugin
clazz: run.ikaros.plugin.alist.AListPlugin
# plugin 'version' is a valid semantic version string (see semver.org).
-version: 15.2.0
+version: 15.2.1
requires: ">=0.15.0"
author:
10
name: Ikaros OSS Team
0 commit comments