Browse Source

Bump version to 1.2.0

Viktor Söderqvist 9 years ago
parent
commit
5ad838fd1c
2 changed files with 4 additions and 4 deletions
  1. 2 2
      README.md
  2. 2 2
      src/mysql.app.src

+ 2 - 2
README.md

@@ -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

+ 2 - 2
src/mysql.app.src

@@ -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, []}