Skip to content

Commit

Permalink
chore: release 1.3.0 (#20)
Browse files Browse the repository at this point in the history
发布 1.3.0。

注意,此版本因为获取用户数据接口的结构改动,会是一个破坏性更新:

1. Halo 2.3.0 以下的版本只能用 1.2.0 以下版本的插件。
2. Halo 2.3.0 及以上的版本需要使用 1.3.0 以上版本的插件。

```release-note
None
```
  • Loading branch information
ruibaby committed Mar 1, 2023
1 parent 4952a68 commit d54a98b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version=1.2.0-SNAPSHOT
version=1.3.0-SNAPSHOT
4 changes: 2 additions & 2 deletions src/main/resources/plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ metadata:
name: PluginCommentWidget
spec:
enabled: true
version: "1.2.0"
requires: ">=2.2.0"
version: "1.3.0"
requires: ">=2.3.0"
author:
name: Halo OSS Team
website: https://github.com/halo-dev
Expand Down

0 comments on commit d54a98b

Please sign in to comment.