Browse Source

Bump version.

Viktor Söderqvist 10 years ago
parent
commit
456ea731f5
2 changed files with 3 additions and 3 deletions
  1. 2 2
      README.md
  2. 1 1
      src/mysql.app.src

+ 2 - 2
README.md

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

+ 1 - 1
src/mysql.app.src

@@ -18,7 +18,7 @@
 
 {application, mysql, [
     {description, "MySQL/OTP - Erlang MySQL client"},
-    {vsn, "0.8.0"},
+    {vsn, "0.9.0"},
     {modules, []},
     {applications, []}
 ]}.