diff --git a/Gruntfile.js b/Gruntfile.js index 53d98bd1..46ff0d45 100755 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -19,7 +19,7 @@ 'use strict'; var pkg = require('./package.json'); -var SEQUENT_CONFIG_VERSION = '7.0.0-beta.1'; +var SEQUENT_CONFIG_VERSION = '7.0.0'; //Using exclusion patterns slows down Grunt significantly //instead of creating a set of patterns like '**/*.js' and '!**/node_modules/**' @@ -165,10 +165,10 @@ module.exports = function (grunt) { options: { remove: ['script[data-remove!="false"]','link[data-remove!="false"]'], append: [ - {selector:'body',html:''}, + {selector:'body',html:''}, {selector:'body',html:''}, - {selector:'body',html:''}, - {selector:'body',html:''}, + {selector:'body',html:''}, + {selector:'body',html:''}, {selector:'head',html:''} ] }, @@ -194,9 +194,9 @@ module.exports = function (grunt) { 'temp/libnocompat.js': ['<%= dom_munger.data.libnocompatjs %>'], 'temp/lib.js': ['<%= dom_munger.data.libjs %>'], 'temp/app.js': ['<%= dom_munger.data.appjs %>','<%= ngtemplates.main.dest %>'], - 'dist/SequentConfig-v7.0.0-beta.1.js': ['SequentConfig.js'], - 'dist/SequentThemes-v7.0.0-beta.1.js': ['SequentThemes.js'], - 'dist/SequentPlugins-v7.0.0-beta.1.js': ['plugins/**/*.js'] + 'dist/SequentConfig-v7.0.0.js': ['SequentConfig.js'], + 'dist/SequentThemes-v7.0.0.js': ['SequentThemes.js'], + 'dist/SequentPlugins-v7.0.0.js': ['plugins/**/*.js'] } } }, @@ -229,9 +229,9 @@ module.exports = function (grunt) { beautify: true }, files: { - 'dist/appCommon-v7.0.0-beta.1.js': 'temp/app.js', - 'dist/libCommon-v7.0.0-beta.1.js': 'temp/lib.js', - 'dist/libnocompat-v7.0.0-beta.1.js': 'temp/libnocompat.js', + 'dist/appCommon-v7.0.0.js': 'temp/app.js', + 'dist/libCommon-v7.0.0.js': 'temp/lib.js', + 'dist/libnocompat-v7.0.0.js': 'temp/libnocompat.js', 'dist/avWidgets.js': 'avWidgets.js', "dist/locales/moment/es.js": "node_modules/moment/locale/es.js", diff --git a/SequentConfig.js b/SequentConfig.js index fd68ec62..62dcf787 100644 --- a/SequentConfig.js +++ b/SequentConfig.js @@ -20,7 +20,7 @@ * in this same file, which you might want to edit and tune if needed. */ -var SEQUENT_CONFIG_VERSION = '7.0.0-beta.1'; +var SEQUENT_CONFIG_VERSION = '7.0.0'; var SequentConfigData = { // the base url path for ajax requests, for example for sending ballots or @@ -227,7 +227,7 @@ var SequentConfigData = { title: "" }, - mainVersion: '7.0.0-beta.1', + mainVersion: '7.0.0', repoVersions: [] }; diff --git a/dist/SequentConfig-v7.0.0-beta.1.js b/dist/SequentConfig-v7.0.0.js similarity index 98% rename from dist/SequentConfig-v7.0.0-beta.1.js rename to dist/SequentConfig-v7.0.0.js index fd68ec62..62dcf787 100644 --- a/dist/SequentConfig-v7.0.0-beta.1.js +++ b/dist/SequentConfig-v7.0.0.js @@ -20,7 +20,7 @@ * in this same file, which you might want to edit and tune if needed. */ -var SEQUENT_CONFIG_VERSION = '7.0.0-beta.1'; +var SEQUENT_CONFIG_VERSION = '7.0.0'; var SequentConfigData = { // the base url path for ajax requests, for example for sending ballots or @@ -227,7 +227,7 @@ var SequentConfigData = { title: "" }, - mainVersion: '7.0.0-beta.1', + mainVersion: '7.0.0', repoVersions: [] }; diff --git a/dist/SequentPlugins-v7.0.0-beta.1.js b/dist/SequentPlugins-v7.0.0.js similarity index 100% rename from dist/SequentPlugins-v7.0.0-beta.1.js rename to dist/SequentPlugins-v7.0.0.js diff --git a/dist/SequentThemes-v7.0.0-beta.1.js b/dist/SequentThemes-v7.0.0.js similarity index 100% rename from dist/SequentThemes-v7.0.0-beta.1.js rename to dist/SequentThemes-v7.0.0.js diff --git a/dist/appCommon-v7.0.0-beta.1.js b/dist/appCommon-v7.0.0.js similarity index 100% rename from dist/appCommon-v7.0.0-beta.1.js rename to dist/appCommon-v7.0.0.js diff --git a/dist/index.html b/dist/index.html index 172bebe0..90df25b7 100644 --- a/dist/index.html +++ b/dist/index.html @@ -1,2 +1,2 @@