0.1.4
This commit is contained in:
parent
bac33b304e
commit
3dbef08a74
@ -12,7 +12,7 @@ by adding `microsoft_translator` to your list of dependencies in `mix.exs`:
|
||||
```elixir
|
||||
def deps do
|
||||
[
|
||||
{:microsoft_translator, "~> 0.1.3"}
|
||||
{:microsoft_translator, "~> 0.1.4"}
|
||||
]
|
||||
end
|
||||
```
|
||||
|
2
mix.exs
2
mix.exs
@ -2,7 +2,7 @@ defmodule MicrosoftTranslator.MixProject do
|
||||
use Mix.Project
|
||||
|
||||
@name "MicrosoftTranslator"
|
||||
@version "0.1.3"
|
||||
@version "0.1.4"
|
||||
# @repo_url "https://github.com/negrienko/microsoft_translator"
|
||||
@repo_url "https://gl.negrienko.com/negrienko/microsoft_translator"
|
||||
@homepage_url "https://negrienko.com/all/microsoft-translator/"
|
||||
|
Loading…
x
Reference in New Issue
Block a user