xmpp: Bump module version number

This will allow existing installs to be updated for jsxc.
This commit is contained in:
James Valleroy 2016-09-19 19:42:59 -04:00
parent 305cc3218d
commit 51386bfe37
No known key found for this signature in database
GPG Key ID: 77C0C75E7B650808
2 changed files with 3 additions and 1 deletions

View File

@ -41,6 +41,8 @@ All notable changes to this project will be documented in this file.
- Tune log message verbosity.
- Plinth no longer runs as root user. Fix all applications that were
requiring root permission.
- xmpp: Replace jwchat with jsxc. Bump module version number so
current installs can be updated.
### Removed
- Remove width management for forms.

View File

@ -33,7 +33,7 @@ from plinth.signals import pre_hostname_change, post_hostname_change
from plinth.signals import domainname_change
version = 1
version = 2
depends = ['apps']