Skip to content

Commit

Permalink
1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
leeoniya committed Aug 24, 2020
1 parent 59eadc3 commit 5d1f92a
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
Original file line number Diff line number Diff line change
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.1.1)
* https://github.com/leeoniya/uPlot (v1.1.2)
*/

'use strict';
Expand Down
2 changes: 1 addition & 1 deletion dist/uPlot.esm.js
Original file line number Diff line number Diff line change
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.1.1)
* https://github.com/leeoniya/uPlot (v1.1.2)
*/

function debounce(fn, time) {
Expand Down
2 changes: 1 addition & 1 deletion dist/uPlot.iife.js
Original file line number Diff line number Diff line change
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.1.1)
* https://github.com/leeoniya/uPlot (v1.1.2)
*/

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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "uplot",
"version": "1.1.1",
"version": "1.1.2",
"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 5d1f92a

Please sign in to comment.