diff --git a/crx/manifest.json b/crx/manifest.json index e62a9e8..e0a9eb8 100644 --- a/crx/manifest.json +++ b/crx/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 3, "name": "Capo: get your ๏นค๐š‘๐šŽ๐šŠ๐š๏นฅ in order", "description": "Visualize the optimal ordering of ๏นค๐š‘๐šŽ๐šŠ๐š๏นฅ elements on any web page", - "version": "1.5.2", + "version": "1.5.3", "permissions": [ "scripting", "activeTab", diff --git a/package.json b/package.json index 44bbe25..364ac85 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@rviscomi/capo.js", - "version": "1.5.2", + "version": "1.5.3", "description": "Get your ๏นค๐š‘๐šŽ๐šŠ๐š๏นฅ in order", "author": "Rick Viscomi", "license": "Apache-2.0",