Skip to content

Commit 15cc164

Browse files
committed
build latest version for danfojs-browser v0.2.6
1 parent f817c8f commit 15cc164

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ To use Danfo.js via script tags, copy and paste the CDN below to the body of you
6666
<meta charset="UTF-8">
6767
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6868
<script src="https://cdn.plot.ly/plotly-1.2.0.min.js"></script>
69-
<script src="https://cdn.jsdelivr.net/npm/[email protected].5/lib/bundle.min.js"></script>
69+
<script src="https://cdn.jsdelivr.net/npm/[email protected].6/lib/bundle.min.js"></script>
7070

7171
<title>Document</title>
7272
</head>

danfojs-browser/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ To use Danfo.js via script tags, copy and paste the CDN below to the body of you
6666
<meta charset="UTF-8">
6767
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6868
<script src="https://cdn.plot.ly/plotly-1.2.0.min.js"></script>
69-
<script src="https://cdn.jsdelivr.net/npm/[email protected].5/lib/bundle.min.js"></script>
69+
<script src="https://cdn.jsdelivr.net/npm/[email protected].6/lib/bundle.min.js"></script>
7070

7171
<title>Document</title>
7272
</head>

danfojs-browser/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "danfojs",
3-
"version": "0.2.5",
3+
"version": "0.2.6",
44
"description": "JavaScript library providing high performance, intuitive, and easy to use data structures for manipulating and processing structured data.",
55
"main": "lib/bundle.js",
66
"types": "types/index.d.ts",

danfojs-node/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ To use Danfo.js via script tags, copy and paste the CDN below to the body of you
6666
<meta charset="UTF-8">
6767
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6868
<script src="https://cdn.plot.ly/plotly-1.2.0.min.js"></script>
69-
<script src="https://cdn.jsdelivr.net/npm/[email protected].5/lib/bundle.min.js"></script>
69+
<script src="https://cdn.jsdelivr.net/npm/[email protected].6/lib/bundle.min.js"></script>
7070

7171
<title>Document</title>
7272
</head>

0 commit comments

Comments
 (0)