ghostfill 0.2.4 → 0.3.0

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.
package/dist/index.mjs CHANGED
@@ -442,9 +442,6 @@ function startSelection(onSelect, onCancel, ghostfillRoot, highlightColor = "#63
442
442
  return cleanup;
443
443
  }
444
444
 
445
- // package.json
446
- var version = "0.2.4";
447
-
448
445
  // src/overlay.ts
449
446
  var STORAGE_KEY = "ghostfill_settings";
450
447
  var POS_KEY = "ghostfill_pos";
@@ -1102,7 +1099,7 @@ function createOverlay(options) {
1102
1099
  <div class="gf-pop-header">
1103
1100
  <h3><span class="gf-slash">/</span>ghostfill</h3>
1104
1101
  <div class="gf-header-right">
1105
- <span class="gf-version">v${version}</span>
1102
+ <span class="gf-version">v0.2.3</span>
1106
1103
  <button class="gf-theme-btn" id="gf-s-theme" title="Toggle theme">
1107
1104
  ${saved.theme === "dark" ? ICONS.sun : ICONS.moon}
1108
1105
  </button>