Current section
8 Versions
Jump to
Current section
8 Versions
Compare versions
3
files changed
+4
additions
-6
deletions
| @@ -2,7 +2,7 @@ | |
| 2 2 | {<<"build_tools">>,[<<"mix">>]}. |
| 3 3 | {<<"description">>, |
| 4 4 | <<233,163,158,228,185,166,40,70,101,105,115,104,117,41,32,102,111,114,32,69, |
| 5 | - 108,105,120,105,114>>}. |
| 5 | + 108,105,120,105,114,32,68,101,109,111,32,115,104,111,119>>}. |
| 6 6 | {<<"elixir">>,<<"~> 1.6">>}. |
| 7 7 | {<<"files">>, |
| 8 8 | [<<"lib">>,<<"lib/feishu">>,<<"lib/feishu/message.ex">>, |
| @@ -33,4 +33,4 @@ | |
| 33 33 | {<<"optional">>,false}, |
| 34 34 | {<<"repository">>,<<"hexpm">>}, |
| 35 35 | {<<"requirement">>,<<"~> 0.1">>}]]}. |
| 36 | - {<<"version">>,<<"0.1.6">>}. |
| 36 | + {<<"version">>,<<"0.1.7">>}. |
| @@ -5,8 +5,6 @@ defmodule Feishu do | |
| 5 5 | |
| 6 6 | @doc """ |
| 7 7 | send text message to somebody |
| 8 | - who: string |
| 9 | - type: "post" default value is post |
| 10 8 | """ |
| 11 9 | defdelegate send(who, params, type \\ "post"), to: Feishu.Message |
| 12 10 | end |
| @@ -4,7 +4,7 @@ defmodule Feishu.MixProject do | |
| 4 4 | def project do |
| 5 5 | [ |
| 6 6 | app: :feishu, |
| 7 | - version: "0.1.6", |
| 7 | + version: "0.1.7", |
| 8 8 | elixir: "~> 1.6", |
| 9 9 | start_permanent: Mix.env() == :prod, |
| 10 10 | build_embedded: Mix.env() == :prod, |
| @@ -24,7 +24,7 @@ defmodule Feishu.MixProject do | |
| 24 24 | end |
| 25 25 | |
| 26 26 | defp description do |
| 27 | - "飞书(Feishu) for Elixir" |
| 27 | + "飞书(Feishu) for Elixir Demo show" |
| 28 28 | end |
| 29 29 | |
| 30 30 | defp package do |