bump to 0.2
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51
diff --git a/docs/getting_started.md b/docs/getting_started.md
index a5c1cd2..765043d 100644
--- a/docs/getting_started.md
+++ b/docs/getting_started.md
@@ -10,7 +10,7 @@ then substitute `Awesome` for `MyApp` and `AWESOME_OVH_CLIENT_` for `MY_APP_OVH_
```elixir
defp deps() do
- [{:ex_ovh, "~> 0.1"}]
+ [{:ex_ovh, "~> 0.2"}]
end
```
diff --git a/docs/getting_started_advanced.md b/docs/getting_started_advanced.md
index 9123584..f166cbb 100644
--- a/docs/getting_started_advanced.md
+++ b/docs/getting_started_advanced.md
@@ -6,7 +6,7 @@
```elixir
defp deps() do
- [{:ex_ovh, "~> 0.1.0"}]
+ [{:ex_ovh, "~> 0.2"}]
end
```
diff --git a/docs/getting_started_basic.md b/docs/getting_started_basic.md
index 2dbcb9a..afe00b8 100644
--- a/docs/getting_started_basic.md
+++ b/docs/getting_started_basic.md
@@ -9,7 +9,7 @@ on a given server.
```elixir
defp deps() do
- [{:ex_ovh, "~> 0.1.0"}]
+ [{:ex_ovh, "~> 0.2"}]
end
```
diff --git a/mix.exs b/mix.exs
index 6205d4f..a6de2e3 100644
--- a/mix.exs
+++ b/mix.exs
@@ -1,6 +1,6 @@
defmodule ExOvh.Mixfile do
use Mix.Project
- @version "0.1.2"
+ @version "0.2"
def project do
[