Skip to content

Commit

Permalink
Release v0.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
ug0 committed Apr 24, 2019
1 parent 2c4d382 commit 054bd57
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -13,7 +13,7 @@ by adding `aliyun_sms` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:aliyun_sms, "~> 0.2.5"}
{:aliyun_sms, "~> 0.2.6"}
]
end
```
Expand Down
6 changes: 3 additions & 3 deletions mix.exs
Expand Up @@ -4,7 +4,7 @@ defmodule AliyunSms.MixProject do
def project do
[
app: :aliyun_sms,
version: "0.2.5",
version: "0.2.6",
elixir: "~> 1.7",
start_permanent: Mix.env() == :prod,
deps: deps(),
Expand All @@ -25,9 +25,9 @@ defmodule AliyunSms.MixProject do
defp deps do
[
{:jason, "~> 1.1"},
{:aliyun_util, "~> 0.3.0"},
{:aliyun_util, "~> 0.3.3"},
{:httpoison, "~> 1.4"},
{:ex_doc, "~> 0.18", only: :dev},
{:ex_doc, "~> 0.20", only: :dev},
# {:dep_from_hexpm, "~> 0.3.0"},
# {:dep_from_git, git: "https://github.com/elixir-lang/my_dep.git", tag: "0.1.0"},
]
Expand Down
2 changes: 1 addition & 1 deletion mix.lock
@@ -1,5 +1,5 @@
%{
"aliyun_util": {:hex, :aliyun_util, "0.3.2", "8f499a046aa62d66935c703096882f6c7fd59f3b6452c4c7f676ddca67bc53a7", [:mix], [{:timex, "~> 3.1", [hex: :timex, repo: "hexpm", optional: false]}], "hexpm"},
"aliyun_util": {:hex, :aliyun_util, "0.3.3", "025f873484adbbb605b8a35c06b1c35f0793d2acfb4a961c08e46c254904ca53", [:mix], [{:timex, "~> 3.1", [hex: :timex, repo: "hexpm", optional: false]}], "hexpm"},
"certifi": {:hex, :certifi, "2.5.1", "867ce347f7c7d78563450a18a6a28a8090331e77fa02380b4a21962a65d36ee5", [:rebar3], [{:parse_trans, "~>3.3", [hex: :parse_trans, repo: "hexpm", optional: false]}], "hexpm"},
"combine": {:hex, :combine, "0.10.0", "eff8224eeb56498a2af13011d142c5e7997a80c8f5b97c499f84c841032e429f", [:mix], [], "hexpm"},
"earmark": {:hex, :earmark, "1.3.2", "b840562ea3d67795ffbb5bd88940b1bed0ed9fa32834915125ea7d02e35888a5", [:mix], [], "hexpm"},
Expand Down

0 comments on commit 054bd57

Please sign in to comment.