|
@@ -17,7 +17,7 @@
|
|
%% 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.12"},
|
|
|
|
|
|
+ {vsn, "0.2.0"},
|
|
{modules, []},
|
|
{modules, []},
|
|
{mod, {mysql_poolboy_app, []}},
|
|
{mod, {mysql_poolboy_app, []}},
|
|
{applications, [kernel, stdlib, mysql, poolboy]}
|
|
{applications, [kernel, stdlib, mysql, poolboy]}
|