Skip to content

Commit 75282df

Browse files
committed
updata version number
1 parent 9be2946 commit 75282df

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ easy and intuitive. It is heavily inspired by [Pandas](https://pandas.pydata.org
5252
To use Danfo.js via script tags, copy and paste the CDN below to your HTML file
5353

5454
```html
55-
<script src="https://cdn.jsdelivr.net/gh/opensource9ja/danfojs@0.2.0/lib/bundle.js"></script>
55+
<script src="https://cdn.jsdelivr.net/gh/opensource9ja/danfojs@0.2.1/lib/bundle.js"></script>
5656
```
5757

5858
### Example Usage in the Browser
@@ -64,7 +64,7 @@ To use Danfo.js via script tags, copy and paste the CDN below to your HTML file
6464
<head>
6565
<meta charset="UTF-8">
6666
<meta name="viewport" content="width=device-width, initial-scale=1.0">
67-
<script src="https://cdn.jsdelivr.net/gh/opensource9ja/danfojs@0.2.0/lib/bundle.js"></script>
67+
<script src="https://cdn.jsdelivr.net/gh/opensource9ja/danfojs@0.2.1/lib/bundle.js"></script>
6868
<title>Document</title>
6969
</head>
7070

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.0",
3+
"version": "0.2.1",
44
"description": "JavaScript library providing high performance, intuitive, and easy to use data structures for manipulating and processing structured data.",
55
"main": "dist/index.js",
66
"types": "danfojs/types/index.d.ts",

0 commit comments

Comments
 (0)