1
0
mirror of https://github.com/UzixLS/migresia.git synced 2025-07-18 23:01:21 +03:00

Bump version and add appup file

This commit is contained in:
Grzegorz Junka
2015-09-02 15:17:30 +01:00
parent 407c2f31c5
commit 072908806a
2 changed files with 13 additions and 1 deletions

View File

@ -27,7 +27,8 @@
{application, migresia,
[
{description, "Simple mnesia database migration tool"},
{vsn, "0.0.2"},
{vsn, "0.0.3"},
{modules, [migresia, migresia_migrations]},
{registered, []},
{applications, [kernel, stdlib]}
]

11
src/migresia.appup.src Normal file
View File

@ -0,0 +1,11 @@
%% -*- mode: erlang -*-
{"0.0.3",
[{"0.0.2",
[{load_module, migresia_migrations},
{load_module, migresia}
]}],
[{"0.0.2",
[{load_module, migresia_migrations},
{load_module, migresia}
]}]
}.