Merge pull request #195 from nextcloud/fix-version-docs

Fix version documentation (appinfo/version is deprecated)
This commit is contained in:
Morris Jobke
2016-10-05 17:04:41 +02:00
committed by GitHub
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.