diff --git a/Gruntfile.js b/Gruntfile.js index b979fe2684..2f0a37c0e7 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -129,7 +129,7 @@ module.exports = function (grunt) { 'api/**', 'application/**', 'custom/**', - 'data', + 'data/.data', 'install/**', 'vendor/**', 'bootstrap.php', @@ -218,7 +218,7 @@ module.exports = function (grunt) { 'replace', 'copy:final', 'clean:final', - 'compress', + //'compress', ]); }; diff --git a/package.json b/package.json index d684d250e9..0847bfe9b5 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "espocrm", "version": "1.0.0", - "espoVersion": "1.1-dev", + "espoVersion": "1.0", "description": "", "main": "index.php", "repository": "",