Fix version documentation (appinfo/version is deprecated)

Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
Joas Schilling
2016-10-04 10:08:59 +02:00
parent 6df2418069
commit d58c628901
2 changed files with 2 additions and 2 deletions

View File

@@ -88,7 +88,7 @@ description
version
-------
Contains the version of your app. Please also provide the same version in the :file:`appinfo/version`.
Contains the version of your app.
licence
-------

View File

@@ -50,4 +50,4 @@ An example database XML file would look like this:
</table>
</database>
To update the tables used by the app, simply adjust the database.xml file and increase the app version number in :file:`appinfo/version` to trigger an update.
To update the tables used by the app, simply adjust the database.xml file and increase the app version number in :file:`appinfo/info.xml` to trigger an update.