Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
apteryxxyz committed Sep 22, 2022
1 parent 80a998e commit 73c17be
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
</p>

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

```html
<script src="https://unpkg.com/jswhat@2.0.0/dist/index.js"></script>
<script src="https://unpkg.com/jswhat@2.0.1/dist/index.js"></script>
```

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

```html
<script src="https://unpkg.com/jswhat@2.0.0/dist/index.js"></script>
<script src="https://unpkg.com/jswhat@2.0.1/dist/index.js"></script>
```

View the [Node section](#-node) for usage and options.
2 changes: 1 addition & 1 deletion examples/browser.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<title>JSWhat Browser Example</title>

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

<script>
function whatIsThis() {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jswhat",
"version": "2.0.0",
"version": "2.0.1",
"license": "MIT",
"description": "Identify anything from email addresses and IPs to crypto wallets. Works in Node, the browser and the command line",
"homepage": "https://github.com/apteryxxyz/jswhat",
Expand Down

0 comments on commit 73c17be

Please sign in to comment.