Skip to content

Commit b74076d

Browse files
committed
Ticking version to 1.2.2
1 parent 4095633 commit b74076d

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "crossfilter-ma",
3-
"version": "1.2.1",
3+
"version": "1.2.2",
44
"main": ["crossfilter-ma.js"],
55
"ignore": [
66
],

crossfilter-ma.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* crossfilter-ma 1.2.1
2+
* crossfilter-ma 1.2.2
33
* https://github.com/r4j4h/crossfilter-ma
44
* Copyright 2015 Jasmine Hegman
55
*
@@ -22,13 +22,13 @@
2222
/**
2323
* crossfilter.ma is a crossfilter group modifier (in reductio-like fashion) to calculate moving averages.
2424
*
25-
* Version: 1.2.1
25+
* Version: 1.2.2
2626
* Author: Jasmine Hegman
2727
*/
2828

2929
var crossfilterMA = {};
3030

31-
crossfilterMA.version = '1.2.1';
31+
crossfilterMA.version = '1.2.2';
3232

3333
crossfilterMA.constants = {
3434
DEFAULT_MOVING_AVERAGE_NODES: 2

crossfilter-ma.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "crossfilter-ma",
3-
"version": "1.2.1",
3+
"version": "1.2.2",
44
"description": "crossfilter-ma is a crossfilter group modifier to calculate moving averages and percent change.",
55
"main": "crossfilter-ma.js",
66
"scripts": {

0 commit comments

Comments
 (0)