From 22d7b8aba047bc6465f96c158c0c64674b2eec90 Mon Sep 17 00:00:00 2001 From: Findeton Date: Tue, 21 Jun 2016 14:33:24 +0200 Subject: [PATCH] version --- Gruntfile.js | 2 +- avConfig.js | 2 +- bower.json | 2 +- dist/avConfig-v3.0.1.js | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gruntfile.js b/Gruntfile.js index c0b37632..1f14c02e 100755 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -19,7 +19,7 @@ 'use strict'; var pkg = require('./package.json'); -var AV_CONFIG_VERSION = '3.1.3'; +var AV_CONFIG_VERSION = '3.2.0'; //Using exclusion patterns slows down Grunt significantly //instead of creating a set of patterns like '**/*.js' and '!**/node_modules/**' diff --git a/avConfig.js b/avConfig.js index 2093c775..e6d7268e 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 = '3.1.3'; +var AV_CONFIG_VERSION = '3.2.0'; var avConfigData = { // the base url path for ajax requests, for example for sending ballots or diff --git a/bower.json b/bower.json index 75946ece..7a9af528 100755 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "avCommon", - "version": "0.0.0", + "version": "3.2.0", "main": "index.html", "ignore": [ "tests", diff --git a/dist/avConfig-v3.0.1.js b/dist/avConfig-v3.0.1.js index a9f6fb89..941ba656 100644 --- a/dist/avConfig-v3.0.1.js +++ b/dist/avConfig-v3.0.1.js @@ -3,7 +3,7 @@ * in this same file, which you might want to edit and tune if needed. */ -var AV_CONFIG_VERSION = '3.1.3'; +var AV_CONFIG_VERSION = '3.2.0'; var avConfigData = { // the base url path for ajax requests, for example for sending ballots or