Skip to content

Commit

Permalink
version
Browse files Browse the repository at this point in the history
  • Loading branch information
Findeton committed Jun 21, 2016
1 parent e858789 commit 22d7b8a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -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/**'
Expand Down
2 changes: 1 addition & 1 deletion avConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "avCommon",
"version": "0.0.0",
"version": "3.2.0",
"main": "index.html",
"ignore": [
"tests",
Expand Down
2 changes: 1 addition & 1 deletion dist/avConfig-v3.0.1.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 22d7b8a

Please sign in to comment.