mirror of
https://github.com/documize/community.git
synced 2025-08-01 19:45:24 +02:00
Bump version
This commit is contained in:
parent
f3ef83162e
commit
ce07d4d147
6 changed files with 37 additions and 31 deletions
|
@ -173,7 +173,10 @@ let constants = EmberObject.extend({
|
|||
Seats5: 250,
|
||||
|
||||
// Seats6 is unlimited.
|
||||
Seats6: 9999
|
||||
Seats6: 9999,
|
||||
|
||||
// SeatsFree is x users free for Enterprise edition.
|
||||
SeatsFree: 5
|
||||
},
|
||||
|
||||
Icon: { // eslint-disable-line ember/avoid-leaking-state-in-ember-objects
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue