Skip to content

Commit

Permalink
update the version for release
Browse files Browse the repository at this point in the history
  • Loading branch information
fatboypunk committed Apr 30, 2019
1 parent c43a78d commit 0b35cb2
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 @@ -9,7 +9,7 @@ add
```ex
def deps do
[
{:lti, "~> 0.1.2"}
{:lti, "~> 0.1.3"}
]
end
```
Expand Down
4 changes: 2 additions & 2 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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

0 comments on commit 0b35cb2

Please sign in to comment.