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