Skip to content

Commit

Permalink
go back to actual release number
Browse files Browse the repository at this point in the history
  • Loading branch information
micahilbery committed Jan 29, 2024
1 parent 2b88938 commit 2e4e231
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ To install this component all you need to do is add this script tag
to the bottom of your page:

```html
<script defer type="module" src="https://cdn.jsdelivr.net/npm/@micahilbery/[email protected].5/share-on-mastodon.min.js"></script>
<script defer type="module" src="https://cdn.jsdelivr.net/npm/@micahilbery/[email protected].0/share-on-mastodon.min.js"></script>
```

## Usage
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": "@micahilbery/share-on-mastodon",
"version": "1.1.5",
"version": "1.1.0",
"description": "A web component to add a customizeable \"Share on Mastodon\" button to your pages.",
"main": "share-on-mastodon.js",
"module": "share-on-mastodon.js",
Expand Down

0 comments on commit 2e4e231

Please sign in to comment.