diff --git a/Gruntfile.js b/Gruntfile.js
index 540368e0..d45a89dd 100755
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -19,7 +19,7 @@
'use strict';
var pkg = require('./package.json');
-var AV_CONFIG_VERSION = '5.1.1';
+var AV_CONFIG_VERSION = '5.2.0';
//Using exclusion patterns slows down Grunt significantly
//instead of creating a set of patterns like '**/*.js' and '!**/node_modules/**'
@@ -303,13 +303,13 @@ module.exports = function (grunt) {
remove: ['script[data-remove!="false"]','link[data-remove!="false"]'],
append: [
{selector:'body',html:'<%= variables.admin_html_body_include %>'},
- {selector:'body',html:''},
+ {selector:'body',html:''},
{selector:'body',html:''},
- {selector:'body',html:''},
- {selector:'body',html:''},
- {selector:'body',html:''},
- {selector:'body',html:''},
- {selector:'body',html:''},
+ {selector:'body',html:''},
+ {selector:'body',html:''},
+ {selector:'body',html:''},
+ {selector:'body',html:''},
+ {selector:'body',html:''},
{selector:'head',html:''},
{selector:'head',html:''},
{selector:'head',html:''},
@@ -353,9 +353,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 %>','<%= ngtemplates.common.dest %>'],
- 'dist/avConfig-v5.1.1.js': ['avConfig.js'],
- 'dist/avThemes-v5.1.1.js': ['node_modules/agora-gui-common/dist/avThemes-v5.1.1.js'],
- 'dist/avPlugins-v5.1.1.js': [
+ 'dist/avConfig-v5.2.0.js': ['avConfig.js'],
+ 'dist/avThemes-v5.2.0.js': ['node_modules/agora-gui-common/dist/avThemes-v5.2.0.js'],
+ 'dist/avPlugins-v5.2.0.js': [
'avPluginsConfig.js',
'plugins/**/*.js',
'!plugins/**/*-spec.js'
@@ -407,10 +407,10 @@ module.exports = function (grunt) {
beautify: true
},
files: {
- 'dist/app-v5.1.1.min.js': 'temp/app.js',
- 'dist/lib-v5.1.1.min.js': 'temp/lib.js',
- 'dist/libnocompat-v5.1.1.min.js': 'temp/libnocompat.js',
- 'dist/libcompat-v5.1.1.min.js': 'temp/libcompat.js',
+ 'dist/app-v5.2.0.min.js': 'temp/app.js',
+ 'dist/lib-v5.2.0.min.js': 'temp/lib.js',
+ 'dist/libnocompat-v5.2.0.min.js': 'temp/libnocompat.js',
+ 'dist/libcompat-v5.2.0.min.js': 'temp/libcompat.js',
'dist/avWidgets.min.js': 'avWidgets.js',
"dist/locales/moment/en.js": "node_modules/moment/locale/en-gb.js",
diff --git a/avConfig.js b/avConfig.js
index 089b9ae9..249f145f 100644
--- a/avConfig.js
+++ b/avConfig.js
@@ -20,7 +20,7 @@
* in this same file, which you might want to edit and tune if needed.
*/
-var AV_CONFIG_VERSION = '5.1.1';
+var AV_CONFIG_VERSION = '5.2.0';
var avConfigData = {
// the base url path for ajax requests, for example for sending ballots or
diff --git a/index.html b/index.html
index 4eadd237..04c67929 100755
--- a/index.html
+++ b/index.html
@@ -16,8 +16,8 @@
-
-
+
+
@@ -36,10 +36,10 @@
-
+
-
+
diff --git a/package.json b/package.json
index ccdd837c..e29d7660 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "agora-gui-admin",
- "version" : "5.1.1",
+ "version" : "5.2.0",
"license": "AGPL-3.0-only",
"author": {
"name": "Agora Voting SL and others",
@@ -53,7 +53,7 @@
"yarn": "^1.22.0"
},
"dependencies": {
- "agora-gui-common": "https://github.com/agoravoting/agora-gui-common.git#5.1.1",
+ "agora-gui-common": "https://github.com/agoravoting/agora-gui-common.git#5.2.0",
"ansi_up": "^5.1.0",
"jasmine-spec-reporter": "^7.0.0",
"pdfmake": "^0.1.65"