Skip to content

Commit 2e4e231

Browse files
committed
go back to actual release number
1 parent 2b88938 commit 2e4e231

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ To install this component all you need to do is add this script tag
1111
to the bottom of your page:
1212

1313
```html
14-
<script defer type="module" src="https://cdn.jsdelivr.net/npm/@micahilbery/share-on-mastodon@1.1.5/share-on-mastodon.min.js"></script>
14+
<script defer type="module" src="https://cdn.jsdelivr.net/npm/@micahilbery/share-on-mastodon@1.1.0/share-on-mastodon.min.js"></script>
1515
```
1616

1717
## Usage

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@micahilbery/share-on-mastodon",
3-
"version": "1.1.5",
3+
"version": "1.1.0",
44
"description": "A web component to add a customizeable \"Share on Mastodon\" button to your pages.",
55
"main": "share-on-mastodon.js",
66
"module": "share-on-mastodon.js",

0 commit comments

Comments
 (0)