Browse Source

Bumbed version on deps and application.

Raoul Hess 10 years ago
parent
commit
4d15f39890
2 changed files with 2 additions and 2 deletions
  1. 1 1
      rebar.config
  2. 1 1
      src/mysql_poolboy.app.src

+ 1 - 1
rebar.config

@@ -1,4 +1,4 @@
 {deps, [
-    {mysql, ".*", {git, "https://github.com/mysql-otp/mysql-otp.git", {tag, "0.8.0"}}},
+    {mysql, ".*", {git, "https://github.com/mysql-otp/mysql-otp.git", {tag, "0.8.1"}}},
     {poolboy, ".*", {git, "https://github.com/devinus/poolboy.git", {tag, "1.4.2"}}}
 ]}.

+ 1 - 1
src/mysql_poolboy.app.src

@@ -17,7 +17,7 @@
 %% along with this program. If not, see <https://www.gnu.org/licenses/>.
 {application, mysql_poolboy, [
     {description, "MySQL/OTP + Poolboy"},
-    {vsn, "0.1.0"},
+    {vsn, "0.1.1"},
     {modules, []},
     {mod, {mysql_poolboy_app, []}}
 ]}.