Skip to content
This repository has been archived by the owner on Nov 1, 2023. It is now read-only.

Commit

Permalink
发布1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pannanxu committed Dec 19, 2022
1 parent c48524b commit 44cf81e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,4 @@ mailService.send(MailMessage message);
```
./gradlew -x build
```

然后只需复制例如`build/libs/halo-plugin-email-1.0.0-alpha.2-plain.jar``jar` 包即可使用。
然后只需复制例如`build/libs/halo-plugin-email-1.1.0.jar``jar` 包即可使用。
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version=1.0.0
version=1.1.0
2 changes: 1 addition & 1 deletion src/main/resources/plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: halo-plugin-email
spec:
enabled: true
version: 1.0.0
version: 1.1.0
requires: "*"
author:
name: pannanxu
Expand Down

0 comments on commit 44cf81e

Please sign in to comment.