Commit df0f4f3adb070dcd3fe933d0151ea24261a39df2

Stephen Moloney 2017-04-18T16:14:40

bump version

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/docs/getting_started.md b/docs/getting_started.md
index 926cdf0..70d3360 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.2"}]
+  [{:ex_ovh, ">= 0.3.3"}]
 end
 ```