Skip to content

Commit

Permalink
docs: add doc for WeChat pay
Browse files Browse the repository at this point in the history
  • Loading branch information
feng19 committed Jun 29, 2021
1 parent 0cc9df3 commit 8e2d2ba
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
[![Hex.pm](https://img.shields.io/hexpm/dt/wechat_sdk.svg?maxAge=2592000)](https://hex.pm/packages/wechat_sdk)

- 目前 `Elixir` 中支持最完善的微信SDK
- 已支持: 公众号/小程序/第三方应用/企业微信
- 已支持: 公众号/小程序/第三方应用/企业微信/微信支付
- WIP: 企业微信服务商

[在线文档](http://hexdocs.pm/wechat_sdk/)
Expand Down
4 changes: 2 additions & 2 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ defmodule WeChat.MixProject do
use Mix.Project
alias WeChat.{Requester, Refresher, ServerMessage, Storage, MiniProgram, Work}

@version "0.6.6"
@version "0.7.0"

def project do
[
app: :wechat,
description: "WeChat SDK for Elixir, 支持: 公众号/小程序/第三方应用/企业微信",
description: "WeChat SDK for Elixir, 支持: 公众号/小程序/第三方应用/企业微信/微信支付",
version: @version,
elixir: "~> 1.10",
start_permanent: Mix.env() == :prod,
Expand Down

0 comments on commit 8e2d2ba

Please sign in to comment.