Skip to content

Commit

Permalink
Merge pull request #14 from masrly/hotfix/13-bad-url
Browse files Browse the repository at this point in the history
Fix options not working
  • Loading branch information
indiealexh authored Nov 27, 2022
2 parents 72ad5eb + 3620893 commit 3451730
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mastodon-link",
"version": "1.2.0",
"version": "1.2.1",
"description": "Find it annoying to copy paste `@[email protected]` to look at someones Mastodon profile or follow them? This extension is for you.",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion public/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Mastodon Link",
"version": "1.2.0",
"version": "1.2.1",
"author": "Alexander Haslam <@[email protected]>",
"manifest_version": 3,
"description": "Extension to make it easy to visit mastodon profiles from your instance",
Expand Down
2 changes: 1 addition & 1 deletion public/options.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@
<button id="save">Save</button>
<div class="spacer"></div>
<div id="status"></div>
<script src="../src/options.ts"></script>
<script src="options.js"></script>
</body>
</html>

0 comments on commit 3451730

Please sign in to comment.