From 09807e4de151e2a88c4a614be1b18c2697cfaeab Mon Sep 17 00:00:00 2001 From: dzzzzzy Date: Mon, 10 Dec 2018 11:47:15 +0800 Subject: [PATCH] chore(release): publish v0.4.0 --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 064fb31..91724a7 100644 --- a/README.md +++ b/README.md @@ -158,7 +158,7 @@ export class PaymentNotifyController { - [x] **0.1.0** 微信-普通商户版-APP支付 - [x] **0.2.0** 微信-普通商户版-JSAPI支付、微信-普通商户版-Native支付、微信-普通商户版-H5支付、微信-普通商户版-小程序支付 - [x] **0.3.0** 微信-普通商户版-付款码支付 -- [ ] **0.4.0** 微信-普通商户版-现金红包 +- [x] **0.4.0** 微信-普通商户版-现金红包 - [ ] **0.5.0** 微信-普通商户版-企业付款 - [ ] **0.6.0** 支付宝-APP支付 - [ ] **0.7.0** 支付宝-当面付 diff --git a/package.json b/package.json index 71c705f..2ac3c2f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nt-addon-pay", - "version": "0.3.2", + "version": "0.4.0", "description": "The pay addon for notadd application", "scripts": { "start": "ts-node -r tsconfig-paths/register starter/main.ts",