@kud/foxhop-cli 1.0.2 → 1.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/cli.js +1 -1
  2. package/package.json +1 -1
package/dist/cli.js CHANGED
@@ -213,7 +213,7 @@ var scriptBody = (node, cli, target) => {
213
213
  # @raycast.schemaVersion 1
214
214
  # @raycast.title Focus ${title}
215
215
  # @raycast.mode silent
216
- # @raycast.packageName foxhop
216
+ # @raycast.packageName Fox Hop
217
217
  # @raycast.icon ${ICON_FILE}
218
218
 
219
219
  # Documentation:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kud/foxhop-cli",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "description": "foxhop CLI and native messaging host — focus specific Firefox tabs from macOS",
5
5
  "type": "module",
6
6
  "license": "MIT",