Skip to content

Commit

Permalink
1.6.17
Browse files Browse the repository at this point in the history
  • Loading branch information
leeoniya committed Nov 14, 2021
1 parent 1e9dae5 commit 468b3b3
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion dist/uPlot.cjs.js
Expand Up @@ -4,7 +4,7 @@
*
* uPlot.js (μPlot)
* A small, fast chart for time series, lines, areas, ohlc & bars
* https://github.com/leeoniya/uPlot (v1.6.16)
* https://github.com/leeoniya/uPlot (v1.6.17)
*/

'use strict';
Expand Down
2 changes: 1 addition & 1 deletion dist/uPlot.esm.js
Expand Up @@ -4,7 +4,7 @@
*
* uPlot.js (μPlot)
* A small, fast chart for time series, lines, areas, ohlc & bars
* https://github.com/leeoniya/uPlot (v1.6.16)
* https://github.com/leeoniya/uPlot (v1.6.17)
*/

const FEAT_TIME = true;
Expand Down
2 changes: 1 addition & 1 deletion dist/uPlot.iife.js
Expand Up @@ -4,7 +4,7 @@
*
* uPlot.js (μPlot)
* A small, fast chart for time series, lines, areas, ohlc & bars
* https://github.com/leeoniya/uPlot (v1.6.16)
* https://github.com/leeoniya/uPlot (v1.6.17)
*/

var uPlot = (function () {
Expand Down
2 changes: 1 addition & 1 deletion dist/uPlot.iife.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "uplot",
"version": "1.6.16",
"version": "1.6.17",
"description": "A small, fast chart for time series, lines, areas, ohlc & bars",
"main": "./dist/uPlot.cjs.js",
"module": "./dist/uPlot.esm.js",
Expand Down

0 comments on commit 468b3b3

Please sign in to comment.