Skip to content

Commit ec07d15

Browse files
committed
build: upgrade api to v0.15.11
1 parent b6fd06c commit ec07d15

6 files changed

Lines changed: 2 additions & 2 deletions

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ext {
1414
springContext = '6.0.3'
1515
pf4j = '3.8.0'
1616
lombok = '1.18.24'
17-
libFile = 'lib/api-0.12.0.jar'
17+
libFile = 'lib/api-0.15.11.jar'
1818
}
1919

2020
tasks.withType(JavaCompile) {

lib/api-0.12.0-sources.jar

-58.2 KB
Binary file not shown.

lib/api-0.12.0.jar

-151 KB
Binary file not shown.

lib/api-0.15.11-sources.jar

68.1 KB
Binary file not shown.

lib/api-0.15.11.jar

184 KB
Binary file not shown.

src/main/resources/plugin.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ name: PluginAList
55
clazz: run.ikaros.plugin.alist.AListPlugin
66
# plugin 'version' is a valid semantic version string (see semver.org).
77
version: 15.2.1
8-
requires: ">=0.15.0"
8+
requires: ">=0.15.11"
99
author:
1010
name: Ikaros OSS Team
1111
website: https://github.com/ikaros-dev

0 commit comments

Comments
 (0)