Skip to content

Commit 9ab576f

Browse files
committed
1.4.1
1 parent cdb36d0 commit 9ab576f

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

dist/uPlot.cjs.js

Lines changed: 1 addition & 1 deletion
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.4.0)
7+
* https://github.com/leeoniya/uPlot (v1.4.1)
88
*/
99

1010
'use strict';

dist/uPlot.esm.js

Lines changed: 1 addition & 1 deletion
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.4.0)
7+
* https://github.com/leeoniya/uPlot (v1.4.1)
88
*/
99

1010
function debounce(fn, time) {

dist/uPlot.iife.js

Lines changed: 1 addition & 1 deletion
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.4.0)
7+
* https://github.com/leeoniya/uPlot (v1.4.1)
88
*/
99

1010
var uPlot = (function () {

dist/uPlot.iife.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "uplot",
3-
"version": "1.4.0",
3+
"version": "1.4.1",
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)