From e7fe6473c858980830fdc94d7024b6be5408cf08 Mon Sep 17 00:00:00 2001 From: Findeton Date: Sun, 5 Nov 2017 09:50:27 -0500 Subject: [PATCH] change version to go v8 --- Gruntfile.js | 28 ++++++++++++++-------------- bower.json | 2 +- index.html | 6 +++--- package.json | 2 +- 4 files changed, 19 insertions(+), 19 deletions(-) diff --git a/Gruntfile.js b/Gruntfile.js index b9d27e8e..5b3d5639 100755 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -19,7 +19,7 @@ 'use strict'; var pkg = require('./package.json'); -var AV_CONFIG_VERSION = '103111.7'; +var AV_CONFIG_VERSION = '103111.8'; //Using exclusion patterns slows down Grunt significantly //instead of creating a set of patterns like '**/*.js' and '!**/node_modules/**' @@ -204,13 +204,13 @@ module.exports = function (grunt) { remove: ['script[data-remove!="false"]','link[data-remove!="false"]'], append: [ {selector:'body',html:'<%= variables.booth_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:''} ] }, @@ -243,9 +243,9 @@ module.exports = function (grunt) { ], 'temp/lib.js': ['<%= dom_munger.data.libjs %>'], 'temp/app.js': ['<%= dom_munger.data.appjs %>','<%= ngtemplates.main.dest %>'], - 'dist/avConfig-v103111.7.js': ['avConfig.js'], - 'dist/avThemes-v103111.7.js': ['bower_components/avCommon/dist/avThemes-v103111.7.js'], - 'dist/avPlugins-v103111.7.js': ['plugins/**/*.js'] + 'dist/avConfig-v103111.8.js': ['avConfig.js'], + 'dist/avThemes-v103111.8.js': ['bower_components/avCommon/dist/avThemes-v103111.8.js'], + 'dist/avPlugins-v103111.8.js': ['plugins/**/*.js'] } } }, @@ -277,10 +277,10 @@ module.exports = function (grunt) { beautify: true }, files: { - 'dist/app-v103111.7.min.js': 'temp/app.js', - 'dist/lib-v103111.7.min.js': 'temp/lib.js', - 'dist/libnocompat-v103111.7.min.js': 'temp/libnocompat.js', - 'dist/libcompat-v103111.7.min.js': 'temp/libcompat.js', + 'dist/app-v103111.8.min.js': 'temp/app.js', + 'dist/lib-v103111.8.min.js': 'temp/lib.js', + 'dist/libnocompat-v103111.8.min.js': 'temp/libnocompat.js', + 'dist/libcompat-v103111.8.min.js': 'temp/libcompat.js', 'dist/avWidgets.min.js': 'avWidgets.js', "dist/locales/moment/en.js": "bower_components/moment/lang/en-gb.js", diff --git a/bower.json b/bower.json index ba4494fb..b475ee71 100755 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "agoraGuiBooth", - "version" : "103111.7", + "version" : "103111.8", "main": "index.html", "ignore": [ "**/.*", diff --git a/index.html b/index.html index 8ae8f45a..65e77d22 100755 --- a/index.html +++ b/index.html @@ -15,8 +15,8 @@ - - + + @@ -34,7 +34,7 @@ - + diff --git a/package.json b/package.json index 568e0754..199abbbf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "agora-gui-booth", - "version" : "103111.7.0", + "version" : "103111.8.0", "devDependencies": { "grunt": "~0.4", "grunt-angular-templates": "~0.5",