Skip to content

Commit f98d1d3

Browse files
committed
1.6.31
1 parent efc3a3f commit f98d1d3

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

dist/uPlot.cjs.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*
55
* uPlot.js (μPlot)
66
* A small, fast chart for time series, lines, areas, ohlc & bars
7-
* https://github.com/leeoniya/uPlot (v1.6.30)
7+
* https://github.com/leeoniya/uPlot (v1.6.31)
88
*/
99

1010
'use strict';

dist/uPlot.esm.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*
55
* uPlot.js (μPlot)
66
* A small, fast chart for time series, lines, areas, ohlc & bars
7-
* https://github.com/leeoniya/uPlot (v1.6.30)
7+
* https://github.com/leeoniya/uPlot (v1.6.31)
88
*/
99

1010
const FEAT_TIME = true;

dist/uPlot.iife.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*
55
* uPlot.js (μPlot)
66
* A small, fast chart for time series, lines, areas, ohlc & bars
7-
* https://github.com/leeoniya/uPlot (v1.6.30)
7+
* https://github.com/leeoniya/uPlot (v1.6.31)
88
*/
99

1010
var uPlot = (function () {

dist/uPlot.iife.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": "uplot",
3-
"version": "1.6.30",
3+
"version": "1.6.31",
44
"description": "A small, fast chart for time series, lines, areas, ohlc & bars",
55
"main": "./dist/uPlot.cjs.js",
66
"module": "./dist/uPlot.esm.js",

0 commit comments

Comments
 (0)