Skip to content

Commit

Permalink
🎉 update version
Browse files Browse the repository at this point in the history
  • Loading branch information
songquanpeng committed Jul 28, 2022
1 parent b8a23e5 commit 52e3465
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "message-pusher",
"version": "0.2.2",
"version": "0.2.3",
"private": true,
"scripts": {
"start": "node ./app.js",
Expand Down
2 changes: 1 addition & 1 deletion views/configure.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
<label class="label">默认推送方式</label>
<article class="message">
<div class="message-body">
可选值有:test(使用微信测试号进行推送),corp(使用微信企业号进行推送),email(使用邮件进行推送)
可选值有:test(使用微信测试号进行推送),corp(使用微信企业号进行推送),email(使用邮件进行推送),client(使用客户端进行推送)
</div>
</article>
<div class="control">
Expand Down

0 comments on commit 52e3465

Please sign in to comment.