From 0b35cb256f38a74c9bd49f7b0d43a221602b13a6 Mon Sep 17 00:00:00 2001 From: FatboyPunk Date: Tue, 30 Apr 2019 12:49:42 +0200 Subject: [PATCH] update the version for release --- README.md | 2 +- mix.exs | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 769d8ce..117974c 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ add ```ex def deps do [ - {:lti, "~> 0.1.2"} + {:lti, "~> 0.1.3"} ] end ``` diff --git a/mix.exs b/mix.exs index 2c70863..48bb34c 100644 --- a/mix.exs +++ b/mix.exs @@ -12,7 +12,7 @@ defmodule LTI.Mixfile do elixirc_paths: ["lib"], source_url: "https://github.com/defactosoftware/lti", start_permanent: true, - version: "0.1.2" + version: "0.1.3" ] end @@ -38,7 +38,7 @@ defmodule LTI.Mixfile do defp deps do [ {:credo, "~> 1.0", only: [:dev, :test], runtime: false}, - {:ex_doc, ">= 0.0.0", only: [:dev, :test]} + {:ex_doc, ">= 0.0.0", only: [:dev, :test], runtime: false} ] end end