mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-01-28 08:03:36 +00:00
xmpp: Bump module version number
This will allow existing installs to be updated for jsxc.
This commit is contained in:
parent
305cc3218d
commit
51386bfe37
@ -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.
|
||||
|
||||
@ -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']
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user