diff --git a/Gruntfile.js b/Gruntfile.js
index f1c83911..b9d27e8e 100755
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -19,7 +19,7 @@
'use strict';
var pkg = require('./package.json');
-var AV_CONFIG_VERSION = '103111.6';
+var AV_CONFIG_VERSION = '103111.7';
//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.6.js': ['avConfig.js'],
- 'dist/avThemes-v103111.6.js': ['bower_components/avCommon/dist/avThemes-v103111.6.js'],
- 'dist/avPlugins-v103111.6.js': ['plugins/**/*.js']
+ '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']
}
}
},
@@ -277,10 +277,10 @@ module.exports = function (grunt) {
beautify: true
},
files: {
- 'dist/app-v103111.6.min.js': 'temp/app.js',
- 'dist/lib-v103111.6.min.js': 'temp/lib.js',
- 'dist/libnocompat-v103111.6.min.js': 'temp/libnocompat.js',
- 'dist/libcompat-v103111.6.min.js': 'temp/libcompat.js',
+ '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/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 e0068e1e..ba4494fb 100755
--- a/bower.json
+++ b/bower.json
@@ -1,6 +1,6 @@
{
"name": "agoraGuiBooth",
- "version" : "103111.6",
+ "version" : "103111.7",
"main": "index.html",
"ignore": [
"**/.*",
diff --git a/index.html b/index.html
index 87d9c263..8ae8f45a 100755
--- a/index.html
+++ b/index.html
@@ -15,8 +15,8 @@
-
-
+
+
@@ -34,7 +34,7 @@
-
+
diff --git a/package.json b/package.json
index b2ae5e9e..568e0754 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "agora-gui-booth",
- "version" : "103111.6.0",
+ "version" : "103111.7.0",
"devDependencies": {
"grunt": "~0.4",
"grunt-angular-templates": "~0.5",