From 2e4e23187a1889b9edf2c5c9431d41491644482b Mon Sep 17 00:00:00 2001 From: Micah Ilbery Date: Mon, 29 Jan 2024 17:02:59 -0600 Subject: [PATCH] go back to actual release number --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9f8089d..18b037a 100644 --- a/README.md +++ b/README.md @@ -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 - + ``` ## Usage diff --git a/package.json b/package.json index 11c6779..682c610 100644 --- a/package.json +++ b/package.json @@ -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",