Skip to content

Commit 73c17be

Browse files
committed
chore: bump version
1 parent 80a998e commit 73c17be

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
</p>
66

77
<p align="center">
8-
<a href="https://github.com/apteryxxyz/jswhat/"><img alt="jswhat version" src="https://img.shields.io/badge/version-2.0.0-red"></a>
8+
<a href="https://github.com/apteryxxyz/jswhat/"><img alt="jswhat version" src="https://img.shields.io/badge/version-2.0.1-red"></a>
99
<a href="https://npmjs.com/package/jswhat"><img alt="total downloads" src="https://img.shields.io/npm/dt/jswhat"></a>
1010
<br>
1111
<a href="https://github.com/apteryxxyz/jswhat/"><img alt="javascript percentage" src="https://img.shields.io/github/languages/top/apteryxxyz/jswhat"></a>
@@ -69,7 +69,7 @@ pnpm add jswhat
6969
### Browser
7070

7171
```html
72-
<script src="https://unpkg.com/jswhat@2.0.0/dist/index.js"></script>
72+
<script src="https://unpkg.com/jswhat@2.0.1/dist/index.js"></script>
7373
```
7474

7575
# 🍕 API
@@ -140,7 +140,7 @@ The above method returns an array containing objects in the format of:
140140
`jsWhat` works in the exact same way in the browser as in Node.
141141

142142
```html
143-
<script src="https://unpkg.com/jswhat@2.0.0/dist/index.js"></script>
143+
<script src="https://unpkg.com/jswhat@2.0.1/dist/index.js"></script>
144144
```
145145

146146
View the [Node section](#-node) for usage and options.

examples/browser.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<title>JSWhat Browser Example</title>
99

1010
<script src="../dist/index.js"></script>
11-
<!-- <script src="https://unpkg.com/jswhat@2.0.0/dist/index.js"></script> -->
11+
<!-- <script src="https://unpkg.com/jswhat@2.0.1/dist/index.js"></script> -->
1212

1313
<script>
1414
function whatIsThis() {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jswhat",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"license": "MIT",
55
"description": "Identify anything from email addresses and IPs to crypto wallets. Works in Node, the browser and the command line",
66
"homepage": "https://github.com/apteryxxyz/jswhat",

0 commit comments

Comments
 (0)