From 0161c9eccc4126a464e0a15a9da6a07a93e99271 Mon Sep 17 00:00:00 2001 From: Micah Ilbery Date: Mon, 29 Jan 2024 16:28:42 -0600 Subject: [PATCH] version bump for actions --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 18b037a..78fd8f6 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 43358af..d341810 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@micahilbery/share-on-mastodon", - "version": "1.1.0", + "version": "1.1.1", "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",