From 054bd5726778090f0d5678d1fe19043804ed85ed Mon Sep 17 00:00:00 2001 From: ug0 Date: Wed, 24 Apr 2019 17:06:26 +0800 Subject: [PATCH] Release v0.2.6 --- README.md | 2 +- mix.exs | 6 +++--- mix.lock | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 2fc720d..37bd399 100644 --- a/README.md +++ b/README.md @@ -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 ``` diff --git a/mix.exs b/mix.exs index 4f8e381..69343ed 100644 --- a/mix.exs +++ b/mix.exs @@ -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(), @@ -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"}, ] diff --git a/mix.lock b/mix.lock index 6a3cbb7..c25b9de 100644 --- a/mix.lock +++ b/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"},