Browse Source

Version update in deps examples

Viktor Söderqvist 10 years ago
parent
commit
30e6a7a32c
1 changed files with 2 additions and 2 deletions
  1. 2 2
      README.md

+ 2 - 2
README.md

@@ -71,13 +71,13 @@ Usage as a dependency
 Using *erlang.mk*:
 
     DEPS = mysql
-    dep_mysql = git https://github.com/mysql-otp/mysql-otp 0.8.0
+    dep_mysql = git https://github.com/mysql-otp/mysql-otp 0.8.1
 
 Using *rebar*:
 
     {deps, [
         {mysql, ".*", {git, "https://github.com/mysql-otp/mysql-otp",
-                       {tag, "0.8.0"}}}
+                       {tag, "0.8.1"}}}
     ]}.
 
 Tests