Skip to content

Commit

Permalink
feat: init config for plugin webdav.
Browse files Browse the repository at this point in the history
  • Loading branch information
li-guohao committed May 23, 2024
1 parent a5f767a commit 339ab34
Show file tree
Hide file tree
Showing 17 changed files with 3,344 additions and 27 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.MD
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

更新日志文档,版本顺序从新到旧,最新版本在最前(上)面。

# 0.11.0
# 0.13.0

## 新特性

- 升级本体API到v0.11.0并适配
-



Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# plugin-starter
ikaros plugin starter template
# plugin-webdav
WebDav storage for ikaros attachments.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ ext {
springContext = '6.0.3'
pf4j = '3.8.0'
lombok = '1.18.24'
libFile = 'lib/api-0.11.4.jar'
libFile = 'lib/api-0.13.0.jar'
}


Expand Down
Loading

0 comments on commit 339ab34

Please sign in to comment.