1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-19 05:09:42 +02:00

Bump version

This commit is contained in:
Harvey Kandola 2022-09-18 14:29:38 -04:00
parent f3ef83162e
commit ce07d4d147
6 changed files with 37 additions and 31 deletions

View file

@ -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

View file

@ -1,6 +1,6 @@
{
"name": "documize",
"version": "5.2.2",
"version": "5.3.0",
"private": true,
"description": "Documize Community",
"repository": "",