mirror of
https://github.com/documize/community.git
synced 2025-07-19 05:09:42 +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
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "documize",
|
||||
"version": "5.2.2",
|
||||
"version": "5.3.0",
|
||||
"private": true,
|
||||
"description": "Documize Community",
|
||||
"repository": "",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue