Commit dbdf186db5aa786b134a760f00c307a78c4b59e1

Stephen Moloney 2017-02-16T14:13:15

bump to 0.2

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
     [