@@ -76,13 +76,13 @@ Usage as a dependency
Using *erlang.mk*:
DEPS = mysql
- dep_mysql = git https://github.com/mysql-otp/mysql-otp 1.1.1
+ dep_mysql = git https://github.com/mysql-otp/mysql-otp 1.2.0
Using *rebar*:
{deps, [
{mysql, ".*", {git, "https://github.com/mysql-otp/mysql-otp",
- {tag, "1.1.1"}}}
+ {tag, "1.2.0"}}}
]}.
Contributing
@@ -1,5 +1,5 @@
%% MySQL/OTP – MySQL client library for Erlang/OTP
-%% Copyright (C) 2014 Viktor Söderqvist
+%% Copyright (C) 2014-2016 Viktor Söderqvist
%%
%% This file is part of MySQL/OTP.
@@ -18,7 +18,7 @@
{application, mysql, [
{description, "MySQL/OTP - Erlang MySQL client driver"},
- {vsn, "1.1.1"},
+ {vsn, "1.2.0"},
{modules, []},
{registered, []},
{applications, []}